HI I have this fatal error in linking: L6050U: the code size of this image (34620) exceeds the maximum allowed for this version of linker. I use uvision V5.10.0.2 . How can I solve this problem?
You could try enabling some optimizations. Like optimize for reduced code size.
Best to not be a cheapskate. if your a serious developer, buy a full licence.
Or consider using GCC for ARM. it really works quite well.