iLim 发表于 2023-5-15 17:18
Hello.
I have a similar question.
I am writing my program in Keil. Long time. Everything is working. ...
The code space is 64K. If the newly added function code is blocked and can be displayed normally, it should be a problem with the newly added function. You can send the source code for a look
Spreading the whole code - it makes no sense. It's a lot of text.
I've been checking the code all day today. As soon as the .bin firmware file exceeds 0x8000, problems begin.
The problem is not with the new feature. Old functions stop working. I temporarily remove ANY fragment so that the bin file becomes less than 0x8000 - everything works, including the new function.