FRDM-K64F, Project Generator and Serial Port

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

FRDM-K64F, Project Generator and Serial Port

跳至解决方案
1,384 次查看
ChristianSchult
Contributor I

Hello, guys

 

I got yesterday a FRDM-K64F board, and followed the getting started videos from the board page. Everything went fine, including building the "Hello World" example, and reading the string usign a serial terminal. When I tried the Project Generator (the last step), I changend the main code as the video told to do, and built the code. The led blinked according to the code, but I could not get the string in the serial port. I tried to create another project from Project Generator, and could not find how to make the serial port to work.

What am I doing wrong? Would it be possible for someone to help me?

 

Thanx in advance!

标签 (1)
0 项奖励
回复
1 解答
1,160 次查看
EarlOrlando
Senior Contributor II

Hello Christian,

I just followed the steps described in that page and my application runs OK. Maybe you unplugged and plugged your board again with the terminal application opened. Please close your terminal, unplug your board, plug your board again, open your terminal application and then run your project.

Does it work?

Best regards,

Earl.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,160 次查看
EarlOrlando
Senior Contributor II

Hello Christian,

You need to compile MQX before to use it.

Import the projects in the paths:

C:\Freescale\KSDK_1.2.0\rtos\mqx\mqx\build\kds\mqx_frdmk64f

C:\Freescale\KSDK_1.2.0\rtos\mqx\mqx_stdlib\build\kds\mqx_stdlib_frdmk64f

C:\Freescale\KSDK_1.2.0\lib\ksdk_mqx_lib\kds\K64F12

C:\Freescale\KSDK_1.2.0\lib\ksdk_platform_lib\kds\K64F12

Build them and then build the lwip_httpserver_demo_mqx_frdmk64f project again.

Regards,

Earl.

0 项奖励
回复
1,161 次查看
EarlOrlando
Senior Contributor II

Hello Christian,

I just followed the steps described in that page and my application runs OK. Maybe you unplugged and plugged your board again with the terminal application opened. Please close your terminal, unplug your board, plug your board again, open your terminal application and then run your project.

Does it work?

Best regards,

Earl.

0 项奖励
回复
1,160 次查看
mjbcswitzerland
Specialist V

Hi Christian

When starting with the FRDM-K64F don't forget to check out the uTasker K64 project - µTasker Kinetis FRDM-K64F support

This allows you to simuate the processor and your board in real-time, as well as simpler debugging and accelerated development.

Completely free for non-commercial work, but fully supported here or at its own forum.

Regards

Mark

Kinetis: µTasker Kinetis support

K64: µTasker Kinetis FRDM-K64F support  / µTasker Kinetis TWR-K64F120M support  / µTasker Kinetis TWR-K64F120M support

For the complete "out-of-the-box" Kinetis experience and faster time to market

0 项奖励
回复