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.

[参考译文] MSP430F5419A:无法使用 IAR Embedded Workbench IDE 进行调试

Guru**** 2465890 points
Other Parts Discussed in Thread: MSP430F5419A

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1022470/msp430f5419a-unable-to-do-debug-using-iar-embedded-workbench-ide

器件型号:MSP430F5419A

大家好、

你好。

我们的客户正在使用自己的代码在 IAR 嵌入式工作平台 IDE 上使用 MSP430F5419A 开发系统。  当 RAM 超过4KB 时、他仍然可以无错误地构建代码、但无法再进行调试。 与调试相关的图标变得不可用。 他认为此失败可能与项目构建选项有关、因此他更改了选项、但无法解决问题。 您认为问题可能出在哪?

附件是他的调试器屏幕。 一个是成功时、另一个是失败时。

失败:

成功:

谢谢、此致、

艺术

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

    您好、Art

    [引用 userid="392208" URL"~/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1022470/msp430f5419a-unable-to-do-debug-using-iar-embedded-workbench-ide "] 当 RAM 超过大约4KB 时,[/quot]

    您确定大小为4K 字节吗?  MSP430F5419A 支持16k 字节。

    您可以在此处上传地图文件吗?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [引用 userid="392208" URL"~/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1022470/msp430f5419a-unable-to-do-debug-using-iar-embedded-workbench-ide 文件"] 当 RAM 超过约4KB 时,他仍然可以构建代码而不会出现错误,但无法再进行调试。 与调试相关的图标变得不可用。 [/报价]

    问题可能是 C 运行时初始化需要更长的时间、并且会发生看门狗复位。

    请参阅  适用于 MSP430 MCU 的 IAR Embedded WorkbenchRegisteredIDE 版本7+用户指南》中隐式链接所有 C 应用程序的 CSTARTUP 不会禁用看门狗计时器

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

    您是否在开始时停止看门狗以避免切斯特提到的问题?