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.
1. Cases such as the original post here, where some configuration values need to be set in a specific location - especially if it's in ROM; I think that this is best handled in the startup code along with the reset of the chip initialization. Jon