I try to build example projects in 32k limit Keil uVision. I'm not able to build some of the projects (e.g. Heart Rate Service) because of the 32k limit for the compiler.
It seems nfr51 SDK provided libraries (softdevice etc) count towards the limit.
What are the possibilities? I'm newbie in Keil. Should I precompile the SoftDevice, etc. library and link it statically to my application project?
Or is the only option to build even small 16k application (I count only my application code, not SoftDevice size) to buy expensive Keil license?