I am trying to configure my code to turn on the internal oscillator with out an external one. The code I am writing comes from the part data sheet.
ICGC1 = 0b00101000;
ICGC2 = 0b00110001;
This data sheet also recomends that I assign IGCS1 and IGCS2 with dont care's. The C compiler will not take don't cares. So I omitted this step. Will the code work with out an external register?
(Alban corrected title: device name)
Message Edited by Alban on 2006-12-11 09:25 PM