Tool/software: Code Composer Studio
Hi,
I realized my project with BLE SDK 2.20.00.49 using ble 4.2 and it is ok.
Now, I try to modify the simple_peripheral project example in /ti/simplelink_cc2640r2_sdk_2_20_00_49/examples/rtos/CC2640R2_LAUNCHXL/ble5stack adapting him to my project, to use BLE 5.0. When I finish I have a problem with memory, in particular with .cinit section, that exceed the max value.
I tried to delete the parts of the simple_peripheral project that I don't use an I tried to compile him without adding the parts of my project, the project is build but if I see the memory allocation .cinit section with view->memory allocation I see that its value is already very close to the limit. So when I added my project component I exceed the limit, while with my original projet in bluetooth 4.2 I'm very under the limit.
Can I know why?
Thanks.
Best regards.
Giuseppe