Building of Simple Timer for LPCXpresso54608 Board

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

Building of Simple Timer for LPCXpresso54608 Board

Jump to solution
668 Views
vladimirilyenko
Contributor III

Hi,

I’m trying to evaluate if I can migrate my application from the MCU of HCS08 Family to LPC54608J512.

I need to have a few timers in the application: e.g. for 2ms, 20ms, 100ms, 500ms, 4s…   

Looking through the whole set of SDK Examples (SDK Ver. 2.3.0) for “LPCXpresso 54608” Development board I cannot find any useful example of how to build the timer to start with.

It looks like the principle of building is completely different from HCS08 MCU.

 

Could someone provide a hint where to look for to get a clue how to start with the simple timer for LPCXpresso 54608?

Labels (2)
0 Kudos
1 Solution
448 Views
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Vladimir!

In the driver examples of the SDK 2.3.0 for the LPC54608 you have plenty of examples with timers:   

ctimer.

   ctimer_match_example.

   ctimer_match_interrupt_example.

   ctimer_pwm_example.

   ctimer_pwm_interrupt_example.

rit.   

   rit_example.

rtc.

   rtc_example.

sctimer.

Hope it helps!

Victor.

View solution in original post

1 Reply
449 Views
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Vladimir!

In the driver examples of the SDK 2.3.0 for the LPC54608 you have plenty of examples with timers:   

ctimer.

   ctimer_match_example.

   ctimer_match_interrupt_example.

   ctimer_pwm_example.

   ctimer_pwm_interrupt_example.

rit.   

   rit_example.

rtc.

   rtc_example.

sctimer.

Hope it helps!

Victor.