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.

[参考译文] MSP430FR2355:启动文件

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1118355/msp430fr2355-startup-file

器件型号:MSP430FR2355

您好!

我无法在 CCS 中找到启动文件。 我已将系统内存映射和段分配放到 lnk_msp430fr2355.cmd 文件中的内存中。 但我无法找到段起始地址。  

谢谢你。

此致、

Neel Madhav

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

    我的系统上的 C 启动(复位矢量代码)的源位于:

    C:\ti-ccs930\ccs\tools\compiler\ti-cgt-msp430_18.12.8.LTS \lib\src\boot.c

    实际入口点(_c_int00_xxx 变体)由链接器根据给定的选项进行选择。