KL05Z Timer

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

KL05Z Timer

跳至解决方案
1,472 次查看
andreaz84
Contributor I

Hello all, I'm new to FRDM platform.

Can I know what I have to do to blink led by timer on my FRDM-KL05Z board?

I I would do it without Processor expert if it is possible.

Thanks in advance

Andrea

标签 (1)
1 解答
1,119 次查看
BlackNight
NXP Employee
NXP Employee

Hello,

I have attached a simple project which uses a timer to toggle the 3 RGB LED's on the board.

The project is available on GitHub here: mcuoneclipse/Examples/FRDM-KL05Z/KL05Z_LedBlink at master · ErichStyger/mcuoneclipse · GitHub

The following tutorials/links might help you around Kinetis/Processor Expert (some are for FRDM-KL25Z, but things apply to the KL05Z as well):

- A new Freedom Board: FRDM-KL05Z | MCU on Eclipse

- Tutorial: Timer (LED) with Processor Expert for Kinetis | MCU on Eclipse

- Tutorial: Bits and Pins with Kinetis and the FRDM-KL25Z Board | MCU on Eclipse

- FreeRTOS on the FRDM-KL05Z Board | MCU on Eclipse

- http://mcuoneclipse.com/2013/02/28/switching-processor-package-in-processor-expert/

I hope this helps.

在原帖中查看解决方案

2 回复数
1,120 次查看
BlackNight
NXP Employee
NXP Employee

Hello,

I have attached a simple project which uses a timer to toggle the 3 RGB LED's on the board.

The project is available on GitHub here: mcuoneclipse/Examples/FRDM-KL05Z/KL05Z_LedBlink at master · ErichStyger/mcuoneclipse · GitHub

The following tutorials/links might help you around Kinetis/Processor Expert (some are for FRDM-KL25Z, but things apply to the KL05Z as well):

- A new Freedom Board: FRDM-KL05Z | MCU on Eclipse

- Tutorial: Timer (LED) with Processor Expert for Kinetis | MCU on Eclipse

- Tutorial: Bits and Pins with Kinetis and the FRDM-KL25Z Board | MCU on Eclipse

- FreeRTOS on the FRDM-KL05Z Board | MCU on Eclipse

- http://mcuoneclipse.com/2013/02/28/switching-processor-package-in-processor-expert/

I hope this helps.

1,119 次查看
andreaz84
Contributor I


Thanks so much!

This helped me a lot! Now I'm able to use timer correctly with KL05.

Can I find also an ADC with DMA example?

Next step for me is to acquire a sinusoidal signal and interpret it.

:smileyhappy:

Thanks again for your help!

Andrea

0 项奖励
回复