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.
在main.c文件定义变量,放在CPU to CLA MSGRAM,不小心定义重复了,但是没有报错或者警告,会影响程序运行吗?
//=============data mapped on CPU TO CLA MSGRAM,CPU read&write================//
#pragma SET_DATA_SECTION("CpuToCla1MsgRAM")
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
volatile int16_t sync_en,toff_adjust_en;//SYNC FET enable
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
volatile int16_t sync_en;
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#pragma SET_DATA_SECTION()