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
如果未在命令链接器文件的存储器部分中指定存储器部分、在链接过程中将无法访问该部分?
例如:
内存 { /* MX 是 MCU 专用版*/ RAMM0 :origin = 0x000121、length = 0x0002DE /*RAMM1 :origin = 0x000400,length = 0x0003FF*/ }
如果 RAMM1被注释掉、在链接过程和运行时会产生什么净影响?
好的、
Graham