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/F28M36P63C2:如何在控制子系统的多页内存中写入内存位置?

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/573968/ccs-f28m36p63c2-how-to-write-on-a-location-of-memory-in-multi-pages-memory-of-control-subsystem

部件号:F28M36P63C2

工具/软件:Code Composer Studio

在主子系统中,当我要直接在内存位置I上写入时,请使用指向该位置的指针,因为内存地址中存在连续性。

但在控制子系统中有两个内存页,每个内存页的地址都是从0x0万开始的。

我该怎么办?

如果在指针中使用地址,如何定义该地址的页面?