KL05Z Timer

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KL05Z Timer

Jump to solution
804 Views
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

Labels (1)
1 Solution
451 Views
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.

View solution in original post

2 Replies
452 Views
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.

451 Views
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 Kudos