⚠️ Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
Yes, you are able to define 1200 baud rate. In the SKD the 1200 baud rate is not define, but you can define it by you own. Please, add the following code into uart.h.
Hi wisilica
Yes, you are able to define 1200 baud rate. In the SKD the 1200 baud rate is not define, but you can define it by you own. Please, add the following code into uart.h.
/// Divider for 1200 bits/s
#define UART_BAUDRATE_1K2 833 // = 16000000 / (16 * 1200), actual baud rate = 1200.48, error = -0,04%
#define UART_BAUDRATE UART_BAUDRATE_1K2
Thanks, PM_Dialog
Thank you!
Wisilica