after programming the bootlader region, I no longer see the list of my services ith nrf master tool. all what I can see is general attribut
general access
and device firmware update service
after programming the bootlader region, I no longer see the list of my services ith nrf master tool. all what I can see is general attribut
general access
and device firmware update service
The bootloader will always be executed before the application when programmed (MBR reset behavior), but it won't "jump" to the application before it knows that there is an valid application present. See question 'E' in this FAQ for more details.
according to FAQ :
If there is no bootloader address, MBR will forward interrupt to softdevice and jump to first address after softdevice (application). I used mergehex command to merge sofdevice and my program, but then I got the same probem (cant see my services)
according to FAQ :
If there is no bootloader address, MBR will forward interrupt to softdevice and jump to first address after softdevice (application). I used mergehex command to merge sofdevice and my program, but then I got the same probem (cant see my services)