Hi,
I need to support both BLE update and serial update with sdk 17.
Going through some past post, the idea is clear.
1) Start with DFU_BLE example project.
2) Add the nrf_dfu_serial and nrf_dfu_serial_uart files to project.
3) Diff config with the DFU_UART project to add in the serial config
4) compile, and add the files that are now missing (also available in the DFU_UART project)
This all goes well, but I get the following error:
ld: error: section.tdata overlaps absolute placed section .mbr_params_page
I enabled link time optimization to make my files smaller. I also removed al logging, and removed anything that does not seem needed. But still no luck
Is there away around this?