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.
I have made a little loader for 8051f300 of cygnal , this loader is located from 0x0000 to 0x9ff. With this loader i can install application through rs232 in memory from 0xa02 to 0x1dff. I have reserved 2 byte (0x0a00 0xa01) for the version of application installed. This is the big problem..... I have compiled the application , and have inserted in linker the line CODE (?PR?0xa02......etc) for the program and is all OK. but.... How i can insert in the code of application , 2 byte for the version in 0xa00 and 0xa01 location ?? Sorry for my lame english. Thank to all
You can find another way of doing it in: http://www.keil.com/support/docs/301.htm
WORKK!!! Thank to all !