Hi All,
I am doing a BLE Mesh development project with nRF52840.
SDK version: nRF5 SDK v15.3.0 & nRF5 SDK for Mesh v3.2.0
Case 1:
- IDE: Keil
- Example tested: nRF5 SDK v15.3.0\examples\dfu\secure_bootloader\pca10056_usb_debug
- Application: nRF5 SDK v15.3.0\examples\ble_peripheral\ble_app_blinky\pca10056\s140
- Through: nrfutil & python 2
- Referring to: Secure Bootloader
### Successfully updated the application through bootloader
Case 2:
- IDE: Segger Embedded Studio
- Example tested: nRF5 SDK v15.3.0\examples\dfu\secure_bootloader\pca10056_usb_debug
- Application: nRF5 SDK v15.3.0\examples\ble_peripheral\ble_app_blinky\pca10056\s140
- Referring to: Secure Bootloader
### Failed updated the application through bootloader
Case 3:
- IDE: Segger Embedded Studio
- Example tested: nRF5 SDK v15.3.0\examples\dfu\secure_bootloader\pca10056_usb_debug
- Application: nRF5 SDK v15.3.0\examples\light_switch\client\build\light_switch_client_nrf52840_xxAA_s140_6.1.1_Debug
- Referring to: Secure Bootloader
### Failed updated the application through bootloader
Hence, I would like to ask what is the problem for these to fail?
Or did i missed out anythings?