FX3 and CX3 create Timers

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
VlKh_2251656
Level 5
Level 5
10 likes given 5 likes given First like received

Hello.

I want to create a periodically called function myFunc() with period 1000 ms in CX3 code.

Analogue timer interrupt. Tell me, how do I do this?

If possible, then more, I'm new to Cypress microcontrollers

0 Likes
4 Replies
ManaskantD_51
Employee
Employee
Welcome! 25 solutions authored 10 solutions authored

You can create Timers using TimerCreate() function. Please refer to the sdk documentation for more details.

0 Likes

Please tell me where can I find this documentation?

I could not find this documentation on the site.

0 Likes

After downloading the FX3 SDK, you can find the document at the path: C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\doc\firmware\FX3APIGuide.pdf.

Search for TimerCreate in the pdf.

Many thanks!

However, the description of the functions is very laconic...

0 Likes