hi all the RAM limit for .data and .bss is set to 4kB. can i set this limit up (change value somewhere in a makefile)? in my program i am using lot's of printf statements and it would be nice not to define first a string variable (moving the text to ROM) and second call the printf statement with this variable. Martin