This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Demo程序中没有提供Information Memory的读写程序,请问如何实现对信息段的读写?
A,B,C,D四个信息段中,哪个信息段会保存有MCU校准数据?
#pragma PERSISTENT(Port_event)
unsigned long Port_event = 0;
请问上面这个变量定义怎么修改可以让这个变量保存在信息段中?