Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
CCS version : 12.7.0.00007
SDK version : simplelink_lowpower_f3_sdk_7_40_00_64
project : basic_ble_LP_EM_CC2340R5_freertos_ticlang
1. I found that loading the basic_ble_LP_EM_CC2340R5_freertos_ticlang project occupies 33KB of the 36KB in SRAM. From sysconfig, I can see that the default heap is 0x5000, which is 20KB. Is it possible to reduce the SRAM space? Or the heap must be set Is it set to 0x5000? If the heap is set lower, will there be insufficient space?
2. Using the basic_ble_LP_EM_CC2340R5_freertos_ticlang project, sysconfig will preset three encryption methods: AESCCM, AESCTRDBG, and AESECB. However, I currently do not use these three encryption methods. After removing them directly, the compilation will display an Error. How can I successfully migrate? Except these three encryption methods