Beginner on FRDM-KE06Z

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

Beginner on FRDM-KE06Z

跳至解决方案
2,854 次查看
alissonporto
Contributor III

I'm a beginner, and I'm using CodeWarrior to program a FRDM-KE06Z platform. I have read several tutorials, but I'm not able to construct simple codes yet. Can anyone help me with that?

标签 (1)
1 解答
2,004 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Alison:

First of all, Welcome to Kinetis world :smileyhappy:!

Can you provide more details about your issues or doubts? What tutorials did you read so far?

Here you have some hints:

=> To start with CodeWarrior (create, build and debug project) there is a guide in the installation folder. Just follow

C:\Freescale\CW MCU v10.6\MCU\Help\Quick_Start_for_Microcontrollers.pdf

And for all the general information about the IDE you can check the "Targeting_Microcontrollers" guide:

C:\Freescale\CW MCU v10.6\MCU\Help\PDF\Targeting_Microcontrollers.pdf

=> To find FRDM-KE06 useful documentation, including a Quick Start Package, you can visit the next page:

Freescale Freedom Development Platform for Ki|Freescale

I hope this helps.


Regards!,
Jorge Gonzalez

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

在原帖中查看解决方案

3 回复数
2,004 次查看
alissonporto
Contributor III

Thank you very much Jorge_Gonzalez,

I think the best I could do by now is seeing a code example, like a simple blinking LED code for the FRDM-KE06Z on CodeWarrior. This code would have some needed libraries and pin assingments that I don't know how to do so far. If I could just paste this code and make something work I would feel a lot better. Can you please help me with that?

0 项奖励
回复
2,004 次查看
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Alisson,

There are various example projects for the KE06 on the following path on your CodeWarrior installation folder:

C:\Freescale\CW MCU v10.6\MCU\CodeWarrior_Examples\Kinetis_Examples\KE\build\cw\ke06

You can start with a simple project like the GPIO_demo.

Best regards!

Carlos

2,005 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Alison:

First of all, Welcome to Kinetis world :smileyhappy:!

Can you provide more details about your issues or doubts? What tutorials did you read so far?

Here you have some hints:

=> To start with CodeWarrior (create, build and debug project) there is a guide in the installation folder. Just follow

C:\Freescale\CW MCU v10.6\MCU\Help\Quick_Start_for_Microcontrollers.pdf

And for all the general information about the IDE you can check the "Targeting_Microcontrollers" guide:

C:\Freescale\CW MCU v10.6\MCU\Help\PDF\Targeting_Microcontrollers.pdf

=> To find FRDM-KE06 useful documentation, including a Quick Start Package, you can visit the next page:

Freescale Freedom Development Platform for Ki|Freescale

I hope this helps.


Regards!,
Jorge Gonzalez

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