2012-12-05, 11:45:36
Well, I re-read the documentation and with the set up I'm using: dsPIC30F6014A with an FTDI USB/RS232 module, a 10MHz crystal/and PLL8 thus 80Mhz.
the instruction cycle is therefore 80MHz/4 = 20,000,000
If I use this value for FCY the bootloader will not compile with the error:
the instruction cycle is therefore 80MHz/4 = 20,000,000
If I use this value for FCY the bootloader will not compile with the error:
Quote:ds30loader.s:539: Error: Fcy specified is out of rangeCan anyone enlighten me as to whats happening?