Tool/software: Linux
Hi Sitara team,
After following "Building the SDK" in "Processor SDK Linux Software Developer’s Guide"
I was able to build rt linux, and I am able to boot the board. Kernel version is 4.9.65.
To run my application on the board I require a high precision interrupt that will drive my kernel module.
I also need the ability to make minor adjustments to the interrupt frequency on the fly.
These adjustments are very delicate, that's why I need that the interrupt will be driven by a high frequency clock, in the MHz range.
After reviewing arch/arm/mach-omap2/timer.c I'm not sure if OMAP gp timers are good enough because these timers are driven by a 32KHz clock, that is too crude for my needs.
Could any one point out an example of suitable functionality?
Thanks a lot,
Nir.