Hi there.
I have been trying to run Sysbios on one of the A15's in my DRA7XX evm board. I have looked at the following forum posts for reference:
http://e2e.ti.com/support/embedded/bios/f/355/p/290067/1012089.aspx#1012089
http://e2e.ti.com/support/embedded/bios/f/355/t/301033.aspx
Everything seems to work fine except for the clock and timer modules. I have a task pending on a semaphore which is posted from a clock function, but it seems the clock runs at a rate much faster than what I specify (the semaphore always overflows). When I look at the clock module from the ROV window, it seems the ticks increment by some arbitrary number between clock function calls and they keep incrementing even when the target is halted.
What am I missing here?
Thanks,
Raphael