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.
Why not just use the STARTLPC.A51 file that Keil Software provides. It has EQUates you set to properly initialize all of the LPC options. Jon