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

Keil error: L6050U: The code size of this image exceeds the maximum allowed for this version of the linker.

Hello,

I am using Keil Lite edition and I'm receiving a linker error from exceeding the code limits in Keil. My code is 37336 bytes and apparently cannot exceed 32000 bytes. It appears that the only way around this is to purchase the full version of Keil MDK.

Is there any other way around this without buying a Keil license?

My project is based around collecting sensor data with the nRF52 using TWI and transmitting it using BLE. Is there any unnecessary code I could delete to put me under 32000 bytes? I am using the BLE characteristics tutorial solution for SDK 13.0, and I have added my TWI drivers to this project.

Thank you!

Levi

Related