This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dual Bootloader (BLE + UART)

Hi,

I am using Nordic SDK9.0.0 and softdevice S310.

I want to develop dual bootloader(UART + BLE).

I have problem after merge both bootloader. Induavidual example running fine.

Case 1: Base Code BLE Bootloader and add UART Bootloader file (Only work BLE Bootloader) UART Bootloader work upto first data packet. Init packet response ok. Start packet response OK. but not getting any response for first data packet and nrfgo studio faile to uploade.

Case 2: Base Code UART Bootloader and add BLE Bootloader file (Only work UART Bootloader) BLE Bootloader work upto first data packet. Init packet response ok. Start packet response OK. but not getting any response for first data packet and nRFToolbox faile to uploade.

Please suggest any solution or doing wrong.

Regards, Himansu

Related