PSOC3 UART

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Can anyone help me with changing the uart databits and stopbit in PSOC3 at runtime?

0 Likes
1 Solution
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Hello ,

   

The clock  Frequency you connected can be controlled by API's(check the clock datasheet).The Bits per second for UART will then depend on that external clock.

   

Parity you can set using the API "UART_1_WriteControlRegister".But you cannot control Stop bits at run time in firmware.

View solution in original post

0 Likes
4 Replies