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.

[参考译文] RM44L920:RM44L920的引导加载程序源代码

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/951199/rm44l920-boot-loader-source-code-for-rm44l920

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

您好,

我们是否可以将闪存 API F021 v02.01.01用于 RM48L952,以用作 RM44L920的引导加载程序?

应注意哪些迁移步骤。

谢谢、

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

    您好!

    闪存 API F021 v02.01.01可用于所有 Hercules 器件。 请注意两个器件之间的差异:

    1.不同的系统时钟速度 --在 system.c 中配置 PLL

    2.不同的闪存等待状态  --在 system.c 中配置闪存

    RM48有两个闪存组、但是 RM44只有一个闪存组。 闪存扇区的数量也不同。 --单独的头文件 flash_defines.h

    您可以对两个器件使用 BL_FLASH.c 中定义的函数。