Hello,
I want to import DFU bootloader to my project. Now i got DFU working with "hrm" example. I can upload .zip file to my nRF and everything works perfect.
When i want to upload with DFU .zip file with my apllication, module (nRF) doesn't advertise or anything. When i tried to debug, i could see that my application started and later bootloader started too ( i presume, since i don't initiate RED LED anywhere in my application). Now my addresses for RAM and ROM are exacly the same as addresses from working example.
Now my question is, is it possible that both applications (my application and bootloader) could be starting? If so how can i make bootloader see there already is an application in memory?
I'm using S130.
Best regards, Nejc