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.
工具/软件:Code Composer Studio
在主子系统中,当我要直接在内存位置I上写入时,请使用指向该位置的指针,因为内存地址中存在连续性。
但在控制子系统中有两个内存页,每个内存页的地址都是从0x0万开始的。
我该怎么办?
如果在指针中使用地址,如何定义该地址的页面?