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.
您好!
我的代码正常工作,但有警告:#10068-D,没有匹配的部分...
main.c
uint16_t uint16_Buffer[100]__attribute__((section (".DevOpt_Array")));
我的链接器文件 28002x_general_flash_lnk.cmd
谢谢、
Danny
Danny、
您可以尝试这样做吗?
.DevOpt_Array (空载){}> FLASH_BANK0_SEC6、ALIGN (8)
此致、Santosh
您好、Santosh、
是的、没问题、谢谢。
Danny