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 20.
您好!
我对双核 MCU 进行编程、并且在将变量放入公共 RAM 存储器时遇到了一个问题。 在本示例中、我使用其中一个 RAMGSx 扇区:
您好!
[报价 userid="638972" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1463792/tms320f28379d-ccs-20---common-ram-sections-are-not-specified-for-cpu2 ]]问题是对于 CPU2来说、没有指定 RAMGSx、所以我无法在.cmd 中添加扇区、因为是为 CPU1做的;然后我在构建 CPU2项目时收到相应的警告(未指定 ramgs6)。 [报价]为什么您不能 在 CPU2上定义相同的 RAMGSx RAM ?
Vivek Singh
您好!
感谢您的回答。
当然我可以自己添加地址、但正如我前面所说、我想避免使用该地址、因为我认为 MCU 的这种基本部分、例如自己的 RAM 存储器空间、应该由 TI 库进行管理。
因此我真正关心的问题是-我是否错过了一些东西/不正确地使用 c2000ware? 或者手工指定存储器扇区是实现它的唯一正确方法吗?
此致、Kamil
很抱歉这么晚才回复。 我认为需要用户手动证明。
Vivek Singh