I would like to know if the Keil ARM tools (uVision IDE) used with the CARM C compiler is restricted in any way to just compile source code > than 16K? Or its restriction only applies when used as a Debugger? Thanks; Daniel
The 16K limit does not include routines from the library. Are you using any library routines in your program? Jon
Hi Jon: Yes, I saw that. But my question addresses the fact that I compile the FreeRTOS Keil demo project with two more modules, and I get this: Program Size: data=16176 const=170 code=17512 so this would indicate that the program compiled with more than 16K limit? Thanks Daniel
The limitations are listed here: http://www.keil.com/demo/limits.htm To summarize, the Keil ARM evaluation assembler, compiler, linker, and debugger are limited to 16K or object code. Jon
View all questions in Keil forum