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.

IWR1843BOOST: L2内存扩展

Part Number: IWR1843BOOST

工程师您好,

在pa_18xx项目上发现L2区域即将到达极限,我添加以下代码使得数据搬运到L3,但是发现雷达启动完没有数据处理结果的输出。

这么改是不对的吗

    .fardata:  {} >> L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1
    .const:    {} >> L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1
    .switch:   {} >> L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1
    .cio:      {} >> L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1
    .data:     {} >> L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1

    .rodata:   {} > L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1
    .bss:      {} > L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1
    .neardata: {} > L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1
    .stack:    {} > L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1
    .cinit:    {} > L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1
    .far:      {} > L3SRAM | L2SRAM_UMAP0 | L2SRAM_UMAP1

    .text: {} >> L3SRAM | L2SRAM_UMAP1 | L2SRAM_UMAP0