
I used keil to compile nrf52810 code. Now it is more than 60K. What if the code size exceeds 60K? Does the program still work?

I used keil to compile nrf52810 code. Now it is more than 60K. What if the code size exceeds 60K? Does the program still work?
Hi! liuyangfeng:
If your keil C or gcc SES project file configuration and LD files are exactly. The compiler will be error before your system is used out of memory range. So you never feel work fail before you download the code. But it may be abnormal and work fail , if you defined the large range memory for your SOC(nrf52810).....However, may be work fine in DK (because DK resource is larger than 810), but it must be failed in your design board.

If you take away the log, you lose 20K of it
thank you ,
Why the RTT debug log code is so large? In my experience , RTT log will not be 4K more. Is it the timestamp case?
i don't know.
You are in UK ?