Supported HZ(Timer Frequency) for imx6 dl

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

Supported HZ(Timer Frequency) for imx6 dl

Jump to solution
944 Views
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.

Labels (1)
Tags (2)
0 Kudos
1 Solution
785 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
786 Views
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 Kudos
785 Views
ramanareddy
Contributor I

Thank you Igor

0 Kudos