The description for the C674x Cycle Accurate Simulator says "supports a flat memory system and 2 timers".
Which timers does it support?
Using DSS, to test code for an OMAP-L138.
I've tried reading 0x01C20010 (TIM12 register of Timer0) and 0x01C210010 (TIM12 register of Timer1) but I don't see any changes there.
Thanks in advance,
Bryan
Hi Brian,
Looking at the simulator config file for the C674x, it looks like it simulates TIMER0 and TIMER1. I'll get confirmation from the simulation team to be sure.
Thanks
ki
-----------------------------------
Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.
Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.
Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide
Click here to track an issue. Enter your bug id in the "Find Record ID" box
Hi Ki, Bryan,
Indeed, it simulates timer @ memory map 0x01c20000 and 0x01c21000. Interrupt connection of these timer interrupts are setup as follows
Timer 0 Interrupt 12 -- Interrupt 4
Timer 0 Interrupt 34 -- Interrupt 64
Timer 1 Interrupt 12 -- Interrupt 40
Timer 1 Interrupt 34 -- Interrupt 48
Regards,
Nizamudheen Ahmed
If you want to configure for OMAPL1X, you can go to view->Target Configurations in CCS and select Advanced tab. In that choose, Device as C6747 and simulator type as "Functional" to set up configuration for OMAPL1.
regards,
Sheshadri