Colibri iMX6ULL Timer

Hello,

whats the easiest way to create a 1ms Timer Interrupt?

Regards
Ralf

hi @r.harms

Could you provide the version of the Hardware and Software of your module? Which carrier board are you using?
Regarding your question, what is your application?
Which language do you want to use for your application?

Best regards, Jaski

Hello Jaski,

im using the Wi-Fi / Bluetooth Starter Kit with the Colibri iMX6ULL 512MB Wi-Fi / Bluetooth IT modul and the Aster Carrier Board. Im running a embedded Linux on the modul and im programming a application with C.

Regards Ralf

hi @r.harms

Thanks for this Information. Could you note this Information in the Environment, please?

whats the easiest way to create a 1ms Timer Interrupt?

As you may know, Linux is not real time system, so it is not possible to create an interrupt exactly every 1ms. Being said that you may refer to the following post.

I am running a embedded Linux on the modul and im programming a application with C.

You can just use a while loop till 1ms is achieved and do an action.

Best regards, Jaski