HI
I would like program LEDs of AM335x EVM involving timer & interrupt handler. Meaning there will a timer program with some pre-scale value(say 32-bit a specific frequency) and when it overflows, an interrupt will generate and corresponding self written interrupt handler will be called.
LEDs will blink at the occurrence of interrupt (timer change/pulse/overflow)
Below are the following questions i would like to have answered:
1. What should be the IDE/software framework(On both windows & Linux) in which i can write the above program?
2. What are the header files that is needed to include inside the code?
3. What are the timer registers involved in this program? Can i directly access them?
Could anyone guide me regarding above queries?
Moreover please share if any sample codes/programs provided for the issue...
Thanks in advance.
-Nitin