We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all!
For example, I set disable parity generation and checking at UART0 Line Control Register. Then I could write "S0IN = 0xAB" to simulate uart input, and it's ok.
But I neen to use UART with parity (even). How could I correct init S0IN? I tried "S0IN = 0xAB" and "S0IN = 0x1AB", anyway Keil say parity error.