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.

[参考译文] CCS/MSP430F2619:程序警报

Guru**** 2391415 points
Other Parts Discussed in Thread: MSP430F2619

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/896769/ccs-msp430f2619-program-alarm

器件型号:MSP430F2619

工具/软件:Code Composer Studio

您好:

对 MSP430f2619进行编程时。

一些热的场合,例如:

1544-D (ULP 13.1)检测到循环递增计数。 建议对循环进行倒计数、因为检测零更容易

1546-D (ULP 15.1)检测到的连续位域分配。 建议改用位掩码

但我的调试是正常的。

这是什么意思?

是否有害?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    这些是"建议"、而不是警告。 可以安全地忽略它们。 可以使用"Build Settings->Compiler->ULP Advisor"来禁用它们。