你好:
通过QSPI烧录 app image,报错:

这个是0x881CE000之后的这块地址被占用指定了吗?
如果是的话,有什么好的办法
注:app中的linker.cmd指定了这块地址给算法了
MSS_L3: ORIGIN = 0x881CE000, LENGTH = 0x00032000
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.
你好:
通过QSPI烧录 app image,报错:

这个是0x881CE000之后的这块地址被占用指定了吗?
如果是的话,有什么好的办法
注:app中的linker.cmd指定了这块地址给算法了
MSS_L3: ORIGIN = 0x881CE000, LENGTH = 0x00032000
这块地址在SBL被指定了。请看mcu_plus_sdk_awr294x_08_01_01_06\examples\drivers\boot\sbl_qspi\awr294x-evm\r5fss0-0_nortos\ti-arm-clang\linker.cmd文件。
/* This is typically used to hold data IO buffers from accelerators like CSI, HWA, DSP */
DSS_L3: ORIGIN = 0x88000000, LENGTH = 0x00200000
在app中的linker.cmd换一块地址给算法,或者修改sbl cmd这块地址重新编译。