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.

[参考译文] AM2631:详细的外设寄存器地址映射在哪里?

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1229916/am2631-where-is-the-detailed-peripheral-register-address-map

器件型号:AM2631

我正在使用263x 开发板来评估将此处理器用于安全关键型应用的可行性、因此我需要控制所有源代码(我无法使用您的 Java 脚本)、所以我尝试从头开始让一个 LED 闪烁。 我在 TRM 存储器映射(0x52000000)中找到了 GPIO0的基址、但(通过对闪烁 LED 示例进行逆向工程)发现、设置数据偏移量为0x18 (地址0x52000018)、清除数据偏移量为0x1C (地址0x5200001C)。 是否有详细说明各个 GPIO (和所有其它外设)寄存器相对于基址的偏移量的文档? 我在 TRM 或数据表中找不到它。

谢谢。

吉姆