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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

447件の閲覧回数
jorgehoraciogon
Contributor II

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

1 返信

352件の閲覧回数
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