Hi,
I've been using an EVM6455 but I thought it would be a good idea to know how to use the simulators.
I've had a look at spru600i.pdf and http://www.tiexpressdsp.com/index.php/C64x%2B_Cycle_Accurate_Simulator#Timer_Model_configuration but I think there's some basic stuff I don't understand!
I've been using CCSv4 and did the following:
- Created a new target configuration and selected C64+ CPU Cycle accurate Simulator (the help suggested the simulation would be faster than C455)
- Changed the DSP/BIOS V5 RTDX Mode to Simulator
The project runs to main and then into the task function but:
- doesn't return from TSK_sleep
- doesn't enter PRD functions
- LOG_printf output doesn't appear in Printf Logs
Should the simulator work like this?
Do I need to change a config file like described "C64x+ Cycle Accurate Simulator"?
Do I need to do something with Pin Connect to get the kernel running?
Thanks,
Matt