IMX6UL One nano second delay

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

IMX6UL One nano second delay

943 次查看
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.

标签 (4)
0 项奖励
回复
1 回复

866 次查看
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 项奖励
回复