I am trying to create a simulator in ARM926EJ-S Device Cycle Accurate Simulator Little Endian of OMAP L138.
I want to create a Timer for proper delays. What i did is i created a text file named clkX0.dat containing
clock cycles 10 20 50 giving to interrupt pin IRQ and i called the function OSTimeDly(). But my timer is not working.
Can anyone tell whats the reason why my delay is not working.Thanks in advance.