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.

[参考译文] RM48L952:使用 Halcogen 更改存储器映射

Guru**** 2473260 points
Other Parts Discussed in Thread: HALCOGEN

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/683095/rm48l952-change-memory-map-with-halcogen

器件型号:RM48L952
主题中讨论的其他器件:HALCOGEN

你好

我有一个 RM48、并且我已经成功地在它上编程了一个以太网引导加载程序。 我可以通过 CCS 生成.bin 文件并加载它们。

现在、对于这个问题、我想使用 Halcogen 将闪存的基址从0x00000000更改为0x00020000。  

Halcogen 中的闪存选项卡是不可更改的。

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

    闪存的基地址始终为0x00000000、在 HALCoGen 中不可配置。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好 QT

    感谢您的快速响应。 这就是我所需要的一切。