Console output

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

Console output

跳至解决方案
949 次查看
dporada
Contributor III

Hello.

I'm trying to run some of the MQX 4.2 demos.  I have finally got the hello2 demo with a twrk70f120 to compile and download to my tower board.  It appears to run, but I do not get any of the messages.  I am assuming that these show up in the console window, but I only see the compiler messages.

Where should these messages appear?

Thanks,

Don

0 项奖励
回复
1 解答
848 次查看
soledad
NXP Employee
NXP Employee

Hello Donald,

Please check the video attached

The default console configured in MQX for the TWR-K70F120M is OSJTAG - USB mini connector.

Serial I/O is a channel routed via combined OSBDM/OSJTAG debugging and communication port directly to the board.

Default Serial I/O Channel Settings:

• Baud Rate 115200

• Data bits 8

• No parity

• 1 stop bit and no flow control

Pre-defined default I/O channel setting is specified for each board in the mqx\source\bsp\<board_name>

\board_name.h header file. This setting can be overridden in the user_config.h file by adding this code and rebuilding the

BSP library.


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
849 次查看
soledad
NXP Employee
NXP Employee

Hello Donald,

Please check the video attached

The default console configured in MQX for the TWR-K70F120M is OSJTAG - USB mini connector.

Serial I/O is a channel routed via combined OSBDM/OSJTAG debugging and communication port directly to the board.

Default Serial I/O Channel Settings:

• Baud Rate 115200

• Data bits 8

• No parity

• 1 stop bit and no flow control

Pre-defined default I/O channel setting is specified for each board in the mqx\source\bsp\<board_name>

\board_name.h header file. This setting can be overridden in the user_config.h file by adding this code and rebuilding the

BSP library.


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复