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.
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!