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.
Dear all I use C167LM-CS, I want to download the Hex file to external Flash:amd29f400 in BSL. I have to excute a fucation in external Ram. How can I config the Keil to maks the Hex file which can excute in the address 0x100000 not 0x0000?? thanks a lot. Regards
How can I config the Keil to maks the Hex file which can excute in the address 0x100000 not 0x0000??
This is what the linker does for you. Check the linker manual at:
http://www.keil.com/support/man/docs/l166/l166_memory.htm http://www.keil.com/support/man/docs/l166/l166_in_locating.htm
You can uses this (CLASSES directive) to locate all your code/const/data to 0x100000+.
-- Joost