2012-08-29 01:48 PM
The binary_template project, (which is the project to be loaded via USART) compiles to be > 1K which is the limit for this project. Is there an updated version of this app note? I have all optimizations turned on and minimal scanf/printf for the library settings.
2012-08-29 02:13 PM
The binary_template project, (which is the project to be loaded via USART) compiles to be > 1K which is the limit for this project. Is there an updated version of this app note? I have all optimizations turned on and minimal scanf/printf for the library settings.
What 1K limit? What tool chain? Sector 0 accommodates 16KB of code. The Keil eval permits 32KB of code generation. The application code portion has a limit of 1008 KB (ie 1 MB less the 16 KB the loader lives in), not 1000 bytes.
2012-08-29 02:29 PM
Ohh,
okay well I misread that then, thanks for the quick reply!