Hi Eric
The "64k limitation" refers to "C compiler and C source-level debugger–code and data size". see
https://www.nxp.com/docs/en/fact-sheet/950-00437.pdf
In your screenshot, the project window shows un-optomized code versus optimized code in the map file. we need check if your code over 64k in map file but not project window.
The map file is only generated after a successfully build.
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------