This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

eddystone example link error due to code size

I am trying to use the eddystone example I found in the ble_prepheral/ble_app_eddystone/pca10040 folder in SDK14.2 with my nRF52832 development board but I get the following link error.

._build\nrf52832_xxaa.axf: error: L6050U: The code size of this image (36056 bytes) exceeds the maximum allowed for this version of the linker.

What do I need to do? Upgrade the linker? How? Thanks

Parents
  • If you don't want to pay for Keil, I would recommend using Segger Embedded Studio. You can find the eddystone SES project in the folder SDK_folder\examples\ble_peripheral\ble_app_eddystone\pca10040\s132\ses.

    You can use Segger Embedded Studio for commercial and non-commercial purpose with Nordic Semiconductor devices free of charge without any code limit. See this article for more information.

    You can download Segger Embedded Studio from here.

Reply
  • If you don't want to pay for Keil, I would recommend using Segger Embedded Studio. You can find the eddystone SES project in the folder SDK_folder\examples\ble_peripheral\ble_app_eddystone\pca10040\s132\ses.

    You can use Segger Embedded Studio for commercial and non-commercial purpose with Nordic Semiconductor devices free of charge without any code limit. See this article for more information.

    You can download Segger Embedded Studio from here.

Children
No Data
Related