I have pretty much gotten my application fully ported and working on nRF52832. I am now looking at adding in DFU for OTA updates.
Can you confirm my understanding, based on following statements:
- nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_buttonless_dfu is the example that shows how to advertise DFU service, which allows BLE app on phone / computer to load a new image after making connection
- nRF5_SDK_17.0.0_9d13099\examples\dfu\secure_bootloader\pca10040_s132_ble is the example project for secure bootloader.
- Buttonless-DFU example needs to be merged into my application
- Secure_bootloader needs to be a separate project from my application
Does that all appear correct?
I am using SES; does it make sense to combine my application and secure bootloader under one solution, but two projects within SES?