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

how to develop uart boot not use ble use 51822 sdk12.3

hi .eveyone.  i  use 51822 sdk12.3.0  , i want to dfu app code with uart, but not use bootloader_secure and experimental_ble_app_buttonless_dfu. i do not know how to develop.

 have some sample code to provide ,please?

Parents Reply
  • Sorry. I can't. It is not something that is done in one hour. If you want a serial bootloader you either need to go to SDK13.0.0, which means that you need to use nRF52, or you need to backport it to SDK12.3.0. 

    Why do you use nrfgostudio? I suggest that you use nrfgostudio only to erase the nRF51, and then program and debug using Keil. Did you disable optimization in your project?

     

    aatt05 said:
    but not set breakpoint....

     This is probably because you have optimization enabled. 

Children
Related