Building of Simple Timer for LPCXpresso54608 Board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Building of Simple Timer for LPCXpresso54608 Board

ソリューションへジャンプ
682件の閲覧回数
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 解決策
462件の閲覧回数
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 返信
463件の閲覧回数
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.