Hello, When intilizing the UART I've set the DCO as below CS_setDCOCenteredFrequency(CS_DCO_FREQUENCY_24); and next in delay function I've set DCO Frequency as below CS_setDCOFrequency(100000); So what is the difference between DCO centered freqency and DCo frequency? Is it effects the UART communication? Thank You
↧