我的诉求:user application划分分区为0-0x28000(160k), persistent0x28000 -0x50000(160K), bim_onchip(8k), ccfg+NV(24k), 总计352k
且user application可以读写persistent和ccfg+NV(24k)分区
persistent可以读写user application和ccfg+NV(24k)分区
bim_onchip可以读写user application和ccfg+NV(24k)分区
我应如何修改?
自己测试如下
工程:persistent
1、

2、

3、

4、报错
makefile:184: recipe for target 'persistent app_CC26X2R1_LAUNCHXL_tirtos7_ticlang.out' failed
error #10324-D: BOUND section ".TI.bound:flashBuf0" spans the boundary of an existing memory range FLASH_IMG_HDR
error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. run placement with alignment fails for section ".TI.bound:flashBuf0" size 0x28000
error #10010: errors encountered during linking; "persistent app_CC26X2R1_LAUNCHXL_tirtos7_ticlang.out" not built





