什么编译器?
你想做什么?
如果您需要在闪存程序时不写eeprom(以便新刷新的应用程序使用上一个会话/执行中的eeprom值),则可以在链接器文件(Cosmic编译器)的eeprom段上使用-c选项。
希望能帮助到你。
以上来自于谷歌翻译
以下为原文
What compiler?
What do you want to do exactly?
If your need is to not write the eeprom when flashing your program (so that your newly flashed application uses eeprom values from the previous session/execution) you can use the -c option on the eeprom segment in the linker file (Cosmic compiler).
Hope it helps.
什么编译器?
你想做什么?
如果您需要在闪存程序时不写eeprom(以便新刷新的应用程序使用上一个会话/执行中的eeprom值),则可以在链接器文件(Cosmic编译器)的eeprom段上使用-c选项。
希望能帮助到你。
以上来自于谷歌翻译
以下为原文
What compiler?
What do you want to do exactly?
If your need is to not write the eeprom when flashing your program (so that your newly flashed application uses eeprom values from the previous session/execution) you can use the -c option on the eeprom segment in the linker file (Cosmic compiler).
Hope it helps.
举报