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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

514 次查看
jorgehoraciogon
Contributor II

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

1 回复

419 次查看
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