We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 .:(
define an const array of that size in a block and load that block in the desired area using scatter loading file.
suvidh
Look at the RESERVE keyword in the Linker Directives. Bradford
Can you explain better? With an example...
Thanks
No. I can't give a better example than in the LARM manual under RESERVE keyword. Bradford