Other Parts Discussed in Thread: MSP430FR2033 , MSP430FR5969 , MSP-EXP430FR5969 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
RT,用的最新版的IAR for msp430,使用官方的例程可以下载进去,而自己新建的工程,点击 downloading and debug 按钮,会将程序重新编译一遍,不能下载。 我对照了自己的工程还有 例程的options选项,没有发现不同的地方。
现在使用Project->Dowload->Download File ...选择下载的文件,可以下载。
使用Project->Dowload->Download Active Application(这个应该就是那个Download…
TI 提供的库 driverlib.h 中有这样一个函数:
//***************************************************************************** // //! \brief Write data into the fram memory in byte format. //! //! \param dataPtr is the pointer to the data to be written //! \param framPtr is…