SWRA793A October 2023 – November 2023 CC2340R5 , CC2340R5-Q1
The Flash that is required by TI Bluetooth LE5-stack devices depends on their role. Running the basic_ble example with different roles leads to the flash allocation in Table 3-3:
Role | Flash |
---|---|
Single role | 95 kB |
Multi-role | 110 kB |
The basic_ble example overall requires about 183 kB of flash. The RAM that is required by the system depends on several aspects. The amount of RAM that is required for different applications can be estimated using Table 3-4.
Feature | RAM Needed |
---|---|
RAM usage of a device running the basic_ble example as a peripheral | 11 kB |
RAM usage of a device running the basic_ble example as a central | 13 kB |
Default heap size allocated by FreeRTOS | 20 kB |
Heap allocated for each connection that has to be handled | 0.75 kB |
Standard system heap allocation on boot and Bluetooth LE stack initialization | ≈8 kB |