Hallo,
I am using SDK V7.0.2, SoftDevice S140 V7.2.0 .
I am trying to implement an application timer with the Secure Bootloader example. I checked in to the nrf_bootloader_dfu_timers.c file and there are no application timers initialized.
I added the following files to the project and included the headers.
#include "app_timer.h" #include "nrf_drv_clock.h" #include "nrf_drv_timer.h"
And also modified the sdk_config.h file to include the timers.
When I tried to build the application, I encounter with this error log.
"1> C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 5.10a/gcc/arm-none-eabi/bin/ld: error: section .tdata overlaps absolute placed section .mbr_params_page".
Is this some sort of memory overlapping issue? How do I solve this issue? I tried with both application timer and hardware timers. Both of the codes results in this error log.
Thanks for your help.
Best regards,
Adarsh