整个项目用掉10kb SRAM,但是一超过10kb的SRAM offchip就不成功;这样的话用户可以使用的SRAM就剩不到5Kb的样子;有什么办法减少offchip时使用的SRAM;因为项目还需要2kb的SRAM;TI大神请现身
Viki Shi:
The off-chip flash memory on the CC2640R2 Launchpad contains up to 3 OAD Images and up to 3 metadata vectors corresponding to the OAD Images. The memory map layout of the external flash part is defined in ext_flash_layout.h. The size of each OAD Image placeholder is 128kB.
具体请看手册: dev.ti.com/…/oad_offchip.html
user4997147:
回复 Viki Shi:
你好,我说的是SRAM不是flash不够的问题,因为我发现我使用SRAM过多在offchip时程序会直接跑飞,怎么减少offchip时使用的sram缓存