Part Number: CC2640R2F
Other Parts Discussed in Thread: UNIFLASH
Hi,
I am building a project based on the default OAD onchip example (simple_peripheral_cc2640r2lp_oad_onchip from SDK 3.40). I would like to disable the bond manager in order to free up some Flash space but when I do this the application fails to boot. The process is easily repeatable:
- Add the example projects to the workspace
- Compile the *_unsecure version following the steps described in the BLE stack documentation and load on the LaunchXL.
- Application starts as identified by a BLE scanner
- Comment out the -DGAP_BOND_MGR define in build_config.opt of the stack project.
- Rebuild and load the projects in the same order as 2 above
- Application fails to start (nothing appearing on BLE scan)
I have seen other posts on this forum mentioning disabling the bond manager as a method of freeing space for the OAD application, so is there something else I need to do to get this to work?
Best Regards,
Jamie