This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

"region 'UNPLACED_SECTIONS' overflowed by 16 byte" ble_perepheral_templace_example

Hello, 

While trying to compile a code that contains simple BLE peripheral functionality as well as battery measurement service after building the example I get the following errors after fighting other problems that were directories related

Here's a screenshot of the error log:

Any clue what that could be?

thanks for helping!

Parents Reply
  • Hi,

    Happy New Year!

    SystemInit() is implemented in the MDK. If you are using nRF52832 and a recent SDK, it is here: modules\nrfx\mdk\system_nrf52.c. Is this file added to your project? (It should already be there.)

    I am a bit surprised that you get this error. Did you bae your project on an example project? That is highly recommended, since there are many different files etch that needs to be added and may needed configurations (preprocessor defines, linker settings, etc.).

Children
No Data
Related