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.

Baud rate setting method at receive

Other Parts Discussed in Thread: HALCOGEN

Hello

Use Hercules MCU for product development

Model ARM Cortex-R4F RM48

I want to receive data and baud rate set 4800

Using this function baudrate = VCLK /((P+1) *16)

When VCLK=110MHz
I want to set the baud to 4800/2400/1200
And how much should P value be set?