This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

storing data in code memory of 87LPC764

Hi everyone,
j developed a C program that use the philips 87LPC764 8051 derivative.
This micro needs to store at specific addresses in code memory 2 bytes for the configuration options (type of oscillator, speed etc.)...how can j do this? Maybe using the "_at_" keyword?
Any ideas welcomed bye!

Massimo.

Parents
  • J ask Keil support and they send me the startup code for the correct inizialization of the config bytes.
    Now it's clear that the _at_ keyword is useful to read the value from the code memory but obviously you cannot write data to it...next time j will pay more attention to the manuals :=)
    Thank you for the response!

Reply
  • J ask Keil support and they send me the startup code for the correct inizialization of the config bytes.
    Now it's clear that the _at_ keyword is useful to read the value from the code memory but obviously you cannot write data to it...next time j will pay more attention to the manuals :=)
    Thank you for the response!

Children
No data