How to generate Systick for imx6q?

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

How to generate Systick for imx6q?

Jump to solution
1,098 Views
ajmalali
Contributor III

Hi,

I am using I.mx6q Sabre-sd board. If i want to write my own OS, How do i go about generating the systick? I read somewhere that in a cortex-M3 controller there is a Systick timer that is integrated as part of the NVIC. Is there a similar module in cortex-A9. or do i have to use the EPIT or GPT to generate the system ticks? How can i generate Systicks? What is the procedure? Please help..

Labels (3)
0 Kudos
1 Solution
852 Views
igorpadykov
NXP Employee
NXP Employee

Hi ajmalali

please check sect.3.3 Timer attached Linux Manual

for kernel timer implementation.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
853 Views
igorpadykov
NXP Employee
NXP Employee

Hi ajmalali

please check sect.3.3 Timer attached Linux Manual

for kernel timer implementation.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos