This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DFU Support for SDK15.2.0

Dear All,

Thanks for supporting.

I want to include DFU in ble_app_uart example. As per the document i have to successfully compiled DFU bootloader. And also done all settings in sdk_config.h and include all header file also. But Unable to modify the memory because of unable to debug. My hardware is nRF52810 custom design. Please support anyone My code https://drive.google.com/open?id=1sQPthVtosetFnxWDj5Qtz38TAeagf59V

SDK15.2.0 --- nRF52810

I got debug report like below

0> <error> app: No bootloader was found
0> <error> app: ERROR 4 [NRF_ERROR_NO_MEM] at ..\..\..\main.c:924
0> PC at: 0x0001FA11
0> <error> app: End of error report

Parents
  • Hi, 

    Have you flashed the bootloader ? Please note that you still need the bootloader after you add the buttonless service to your project. 

    Have you increased the NRF_SDH_BLE_VS_UUID_COUNT in your sdk_config.h file ? You need to increase it by one if you add the DFU buttonless  into your ble_app_uart. 

  • @Hung Bui thanks for reply. sorry for late response. I am trying two many ways to implement the DFU, finally i got without error. But its still not working. In this way i am try to implement with buttoless_Dfu example include the uart service. i dont know what i am doing wrong. please support me.

    NRF_SDH_BLE_VS_UUID_COUNT 1 to 2

    iRAM1 sart 0x20002500 to  0x200023A0 and size 3B00 to 39A0

    code :ble_app_buttonless_dfu_uart.rar

  • Hi Murugan, 

    Here is an example I made for SDK v15.0. It combine ble_app_uart with the buttonless service. Only Keil is supported. 

    ble_app_uart - Buttonless.zip

Reply Children
No Data