4 mHz xtal and FullDuplexSerial(Extended)
Whelzorn
Posts: 256
I'm sorry, this is probably a ridiculously simple question. But what would I need to change in the FullDuplexSerialExtended object to make it work with a 4mHz xtal (x16 pll) instead of the 5mHz that comes on the dev boards?
If it already does, then I have another error. But I assume the timing is off (either there, or in some other piece of code that is timing sensitive).
thanks
If it already does, then I have another error. But I assume the timing is off (either there, or in some other piece of code that is timing sensitive).
thanks
Comments
But you have to set the right clock frequency in the Top-object file's CON section:
do you call the start-methode of the serial driver before the first communication?
Andy