Supported HZ(Timer Frequency) for imx6 dl

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Supported HZ(Timer Frequency) for imx6 dl

ソリューションへジャンプ
960件の閲覧回数
ramanareddy
Contributor I

Hi there,

What are the supported Timer Frequency(HZ) values for i.MX6dl.

In the kernel config of 3.18.29 I see the values 100, 200 upto 1000.

But are these supported by i.MX6dl ?

By default it is set to 100HZ.

If I change this to 200 0r 500 what are the negative consequences I will face?

I am facing issues with the select system call timeout to 25ms at 100HZ.

ラベル(1)
タグ(2)
0 件の賞賛
1 解決策
801件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Ramana

i.MX6 hardware supports all these frequencies. However in linux

there are many processes/applications which should be serviced by processor.

Each timer interrupt routine consumes processor time, so interrupting frequently

will left less time to other processes. So this is operating system problem and I am not

sure that all other frequencies were tested.

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

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
802件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Ramana

i.MX6 hardware supports all these frequencies. However in linux

there are many processes/applications which should be serviced by processor.

Each timer interrupt routine consumes processor time, so interrupting frequently

will left less time to other processes. So this is operating system problem and I am not

sure that all other frequencies were tested.

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

0 件の賞賛
801件の閲覧回数
ramanareddy
Contributor I

Thank you Igor

0 件の賞賛