How I change the baud rate in the MK53DN512CMD10 in MQX?

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

How I change the baud rate in the MK53DN512CMD10 in MQX?

429 Views
jorgehoraciogon
Contributor II

My program it is working with the UART0, but I would like to upgrade the Baud Rate to 115200.

1 Reply

334 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi

I think you can change the BSP header file. For example , for my board,  the header file is

C:\Freescale\Freescale_MQX_4_2\mqx\source\bsp\twrk20d72m\twrk20d72m.h

/*

** TTYA and ITTYA baud rate

** MGCT: <option type="number" min="0" max="115200"/>

*/

#ifndef BSPCFG_SCI0_BAUD_RATE

    #define BSPCFG_SCI0_BAUD_RATE             115200

#endif

Regards

Daniel