如上图所示,为什么cc3200的数据和代码都放在sram里面呢,代码不是存储于flash里面的吗?
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.
Production version of CC3200 will have 256Kbyte of RAM.16KB is shared with bootloader.
CC3200 does not have the user application flash memory so that we need to use internal RAM for code memory and share the 256KB RAM
SRAM size of 240KB for CC3200 ES 1.33 device
On CC3200 the code is always loaded from the serial flash into SRAM by bootloader and then executed in SRAM
最终你的代码程序: ( code + stack size + dynamic memory needed ) should be within 240 KB (lower 16 KB is used by CC3200 boot-loader)