I am using a LogicPd DM3730 Torpedo Development kit with a Spectrum Digital XDS510 USB with Code Composer v5.1 with Sys/Bios 6.33.02.31. I have been using CCSv3.3 with this target without issues. I am trying to migrate to CCSv5 with SYS/BIOS. I am trying a simple example by creating the Sys/Bios Hello world project for the DSP but I am having issues getting the project to run to main().
When I create the project I am selecting Family C6000, Variant DaVinci DM64x, TMS320DM647. Connection SD XDS510USB Emulator. Are these the correct choices for the DM3730?
On the RTSC Configuration Settings page I pick target, ti.targets.C64P, Platform ti.platform.evm3530 (evm3730 is not an option). Are these the correct choices for the DM3730.
I am using the Mistral 37x EVM XDS510USB.ccxml target config file as suggested on the Wiki.
When I build, then lauch this configuration with a break point on main, I never reach main. I can step the code starting at c_int00 but when I hit run I do not make it to main. When I hit pause I see it is stuck in:
UInt32 Timer_getPeriod(Timer_Object *timer)
{
return (Timer_TimerProxy_getPeriod(timer->pi));
}
I aslo tried migrating a working v3.3 DSP/BIOS v5 project to Sys/bios using the conversion tool with the same results.
Am I missing a patch to support the DM3730?