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.

[参考译文] F29H85X-Processor-EVM:SOM 高级指令

Guru**** 2463330 points


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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1498773/f29h85x-som-evm-pre-processor-directives

器件型号:F29H85X-EVM-EVM SOM

工具/软件:

为变量的存储器分配创建 Pragma (预处理器指令)时、分配的存储器不是声明的位置。

我想在 LDA3存储器中创建一个大小为100的数组、因此我创建了一个 pragma ( #pragma DATA_SECTION (Array1、"C2toC1RAM")、分别在命令文件的段和页面中进行了必要的更改。

但数组的存储器分配在另一个位置。