Building of Simple Timer for LPCXpresso54608 Board

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

Building of Simple Timer for LPCXpresso54608 Board

跳至解决方案
1,200 次查看
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?

标签 (2)
0 项奖励
回复
1 解答
980 次查看
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.

在原帖中查看解决方案

1 回复
981 次查看
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.