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.

CC1312R: 下载不了代码

Part Number: CC1312R


Cortex_M4_0: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.

  • 您好,

    当您的程序构建为加载到以下内存区域时,这是一个常见错误:

    a) 目标上不存在

    b) 与调试器内存映射冲突

    c) 尚未初始化

    d) 上述部分或全部

    您需要确保使用针对目标 ( CC1312R ) 的有效链接器命令文件构建程序。建议您参阅链接的 TI 链接器命令文件入门指南的“在一个地址加载,从不同地址运行”部分。

    请问您:

    1.使用的是官方开发板还自己的板子,使用的调试器是 XDS110 吗?

    2.使用的是哪个例程,我这边在开发板试试复现您的问题。