Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 11 months ago.
9 bit serial uart transmision and received
Hi, I need use the 9 bit of uart, the Kinetis allow use 9 bit for uart, with codewarrior I can do this, but with mbed the library dont support, any idea? regards
Question relating to:
1 Answer
8 years, 10 months ago.
The mbed library doesn't care if you bit-bang the registers to get what you want. Set the baud rate, etc. using the mbed library, then change what you need to get 9 bits. You can use the CMSIS library or directly change registers. mbed will make no attempt to put it back.