platform : lpc2132 compiler: keil I want to remain one bank of flash to write data, for example: 0x1fff - 0x2fff empty ( do not write any program code) My program write something to the bank. How to set the KEIL option ?? thx ,,my english is poor, I can't completely explain .:(
No. I can't give a better example than in the LARM manual under RESERVE keyword. Bradford
Can you explain better? With an example...
Thanks
Look at the RESERVE keyword in the Linker Directives. Bradford
define an const array of that size in a block and load that block in the desired area using scatter loading file.
suvidh
View all questions in Keil forum