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.

FlashCallbackVar ds28035

Other Parts Discussed in Thread: CONTROLSUITE

我问下这个变量“FlashCallbackVar”是什么意思

我再编译完后,ccs提示报警:

warning: creating output section "FlashCallbackVar" without a SECTIONS
specification
warning: creating output section "FlashScalingVar" without a SECTIONS
specification

还提示了两遍,不知道什么意思?

  • 你是不是调用了FLASH烧写的例程,FlashCallbackVar是用在flash正在擦除或烧写的过程中的。

    报警表示CMD文件没有定义FlashCallbackVar这个段的存放地址,如果你没有使用FLASH烧写功能可以不用理会这个报警,否则最好还是在CMD中进行设定,具体可以参考controlSUITE\libs\utilities\flash_api里面的例程