As we all know,the examples of NRF51 SDK 11 about DFU is all using Device manager,do you have some example about Peer manager? I am very looking forward to see the example about DFU by PM. Do you have one???
As we all know,the examples of NRF51 SDK 11 about DFU is all using Device manager,do you have some example about Peer manager? I am very looking forward to see the example about DFU by PM. Do you have one???
Hi Davy,
You can have a look at this example from my colleague Vidar:
nRF5_SDK_11.0.0_dfu_with_pm_310316.zip
There is a .diff file provided.
Please be noted that the bootloader itself doesn't use devicemanager or peermanager. But we need to prepare the bond information to forward to the bootloader from the application , this is where the modification needed.
I've tried to import this project into Segger Embeded Studio, but got error during compilation "cannot find run section .log_dynamic_data_run referenced in log_dynamic_data" Does anyone have this code working under SES ?
I've tried to import this project into Segger Embeded Studio, but got error during compilation "cannot find run section .log_dynamic_data_run referenced in log_dynamic_data" Does anyone have this code working under SES ?
Hi Sebastian,
This is a very old case. You should open a new one. And be aware that current SDK is v15 and we have SES support by default in the stock SDK.
If you still want to port the project from old SDK and got that error, i would suggest to check the Section Placement Segments, make sure the FLASH RX is "FLASH RX 0x0 0x30000" not 0x00000 and 0x0000030000