Part Number: CC2640R2F
I created simple peripheral sample from SimpleLink 4.30.0.08 and added CACHE_AS_RAM to predefined symbols, also added CACHE_AS_RAM=1 to linker command file processing settings. The code compiles, some variables are located into GPRAM. However, when I debug, the CPU does not run to main. The resume button is not enabled as well..
When I looked the documents such as following:
https://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/3.20.00.21/exports/docs/proprietary-rf/proprietary-rf-users-guide/proprietary-rf-guide/cache-as-ram.html
It has "In the ccfg file, (called ccfg.c), include the following before #include <startup_files/ccfg.c>". However, it looks like the document is out of sync with the latest release.. There is no "ccfg.c" etc.. There is ble_user_config.c, and it handles CACHE_AS_RAM macro in some places..
What shall I do?