Tool/software:
Hi,
I'm using sdk version 2.2.8 for implementing secure channel in CC2640 taking reference project as simpleperipheral.
After enabling secure channel feature in build_config.opt (-DBLE_V42_FEATURES=SECURE_CONNS_CFG) and (-DGAP_BOND_MGR), I could observe the flash space consumption increased to 62970 bytes.
And also the simple_peripheral example application consume 40308 bytes.
On top of which we have the bootloader project which consumes almost 5kB of flash.
And overall it seems consume 110kB of flash size out of available total 128kB of flash, which is almost 85%.
This consumption is without adding the application overhead (respective to our customized requirements).
Is there any possibility of reducing or optimizing the memory utilized by stack or from the simple_peripheral example application.??
Thank you/