Hi every one !
I working at SDK15
I want to use MSD drag and drop hex file to upload 52840
I expected to use examples\dfu\secure_bootloader\pca10056_uart to change bootloader
can anyone suggest the method ?
Hi every one !
I working at SDK15
I want to use MSD drag and drop hex file to upload 52840
I expected to use examples\dfu\secure_bootloader\pca10056_uart to change bootloader
can anyone suggest the method ?
For how to test the example "Secure DFU Bootloader over Serial Link", I would recommend you to read the example documentation.
For how to test the example "Secure DFU Bootloader over Serial Link", I would recommend you to read the example documentation.
Hi Kristin
by now i'm already to merge MSD to the Dfu project , it's working fine
but i have no idea how to do for writing hex file to flash memory and Verify crc
In the DFU example in the SDK, the new image is received over BLE and then written to flash. I would recommend you to have a look at how it is done there.