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/RM41L232:安全诊断库中的存储器更改

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/950175/ccs-rm41l232-memory-changes-in-safety-diagnosis-library

器件型号:RM41L232

工具/软件:Code Composer Studio

我正在努力将 Hercules 安全诊断库集成到 RM41L232控制器中。

目前、我已为 RM41微控制器启用了_RM42x_宏。

1) 1)在哪个安全诊断库文件中、我必须对 RM41进行与存储器相关的更改。

2) 2)在 sys_link.cmd 中、我必须在内存中进行哪些更改。

存储器

引导程序(X):origin=0x00000000 length=0x00000020

FLASH0 (RX):origin=0x00000020 length=0x0001FFE0

堆栈(RW):origin=0x08000000 length=0x00001500

RAM (RW):origin=0x08001500 length=0x00006B00

/*用户代码开始(2)*/

/*用户代码结束*/

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

    您好!

    您的问题是什么? 您是对的、您需要修改 RM41的链接器 cmd 文件。