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

Working on dfu bootloader with ULINKplus, would not got to main() , stuck in WFE-B instruction

Hi

I am working with S130, sdk12.3 NRF51422_xxac

I have been successfully testing bootloader DFU example (secure_dfu_secure_dfu_ble_s130_pca10028) on the NRF51 dongle, Programming with J-LINK

however, to program my costume HW I am using arm ULINKplus,

I have used Ulink plus for application development without any issue, 

Problem is When I try to replicate the steps for bootloader from NRF 51 dongle + J-LINK, to my hardware

that is : full erase, program softdevice, program bootloader 

the software never reaches main() , but stuck on  WFE, B instruction cycle

again,, this did not happen with the NRF51 - J-LINK

I am following the exact same steps

I have succeeded implementing the same applications of both PCBs, I don't understand why the bootloader should be any different,

I have looked into the memory window to see the softdevice programmed, the app area erased, the bootloader area programmed

any insight would be much appreciated, 

Thanks !

Parents Reply Children
Related