![]() |
2009-04-01
, 08:59
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#2
|
![]() |
2009-04-08
, 12:27
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2008
|
#3
|
![]() |
2009-04-08
, 13:05
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#4
|
i have a need to create a module that will be executed every 10ms without fail, with +/- 1 ms accuracy.( i do need this .. im doing some sensor -> feedback loops) I have tried some examples written in C using typical approaches, even tried writing a kernel module with a very high priority but with quite bad results. I have a suspicion that the issue is the low tick rate of the n810. I have tried to increase the tick rate when compiling a new kernel but it doesn't seem to help. I have spent some time compiling the kernel with some rt patches but it kills too many features ( wifi and usb ).
I would greatly appreciate some help on this matter.