IMX6UL One nano second delay

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

IMX6UL One nano second delay

626 Views
balasubram
Contributor I

Hi,

I have IMX6ul based custom board and i want to generate 1 nano second delay in kernel driver. I tried with ndelay(), hrtimer APIs  using gpio toggling but delay goes to microseconds? How can i proceed for this?  Is it possible use timer registers directly in my kernel driver? If so please provide samples.

Labels (4)
0 Kudos
1 Reply

549 Views
igorpadykov
NXP Employee
NXP Employee

Hi BALA

I am afraid it is not possible to use timer for such small delays, probably

one can try to add some nop operations in code.

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

0 Kudos