Hello

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hello

626 Views
odilbekurmonov
Contributor I

I want to know how to change UART baud rate for mkw01 board series. Right now I 'm applying directly hal layer but I want to use comera chip with my microcontroller so I'd be appreciated if you could give a hint on that particular issue.

HOW TO CHANGE BAUD RATE ???

0 Kudos
1 Reply

526 Views
antonioconcio
NXP Employee
NXP Employee

Hello,

For both SMAC and 802.15.4 stack you just need to call the function "Serial_SetBaudRate()".

Please have a look at the file SerialManager.c for the implementation and the file SerialManager.h for the available baudrates define that I list here below:

Screenshot - 4_18_2016 , 12_55_30 PM.png

I hope that helps,

Antonio

0 Kudos