9d2f370ddb
Previously, there was no easy command-line solution for loading a Zephyr program to (internal) flash. So, the default development method was to load via gdb/openocd to SRAM and debug from there, thus making the cc3220sf platform non-XIP (CONFIG_XIP=n) by default. With new openocd v 1.10 updates from TI (git.ti.com/sdo-emu), the image can now be flashed and debugged via gdb/openocd, so the default will be changed to XIP (CONFIG_XIP=y). Signed-off-by: Gil Pitney <gil.pitney@linaro.org> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig.defconfig.cc3220sf | ||
Kconfig.defconfig.series | ||
Kconfig.series | ||
Kconfig.soc | ||
README | ||
dts.fixup | ||
linker.ld | ||
soc.c | ||
soc.h |
README
CC3220 Info taken from: * http://www.ti.com/lit/ug/swru465/swru465.pdf Notes for CC3220SF: * Text must start at 0x800 offset in flash. The first 0x800 bytes are reserved for the flash header. * See CONFIG_TEXT_SECTION_OFFSET.