Hello.
I have a question.
Is it possible to realize 750kbps UART communication using SMCLK sourced from 8MHz FLL DCO referenced 32.768kHz crystal ?
Are there any problems assumed ?
Regards,
uchida-k
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Probably not. The "A" in "UART" stands for "asynchronous", which means that both transmitter and receiver must have their own clocks that match. And the DCO is not very precise, and the FLL introduces jitter. And 8 MHz cannot be exactly divided down to 750 kHz.
Can't you use a synchronous protocol like SPI?
Uchida-K said:Part Number: MSP430F67471A
Is it possible to realize 750kbps UART communication using SMCLK sourced from 8MHz FLL DCO referenced 32.768kHz crystal ?
There are some MSP baudrate web calculators that will display BR divider and error. So you can check all possible combination.
MSP430F5xx/6xx with 8 MHz sourced from XT2 can work with UART on 1 Mbps.
Hi ilmars,
Thank you for your advice.
I'll try to explore this solution with reference to advices from everyone.
First, I will try to confilm that it is possible to down this boudrate, or raise DCO frequency.
please let me know if you have other solutions.
Best regards,
uchida-k
**Attention** This is a public forum