Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hello,
I am trying to run a specific dual-core SysConfig project in [C2000Ware_Install_Path]\driverlib\f2837xd\examples\dual\led in standalone mode.
so I imported that project as below.
I built led_ex2_sysconfig_multi, then debugged led_ex2_sysconfig_cpu1.
I right-clicked the Debug Probe/CPU2 and clicked "connect Target", then Load led_ex2_sysconfig_cpu2.out.
I selected the Debug Probe/CPU1 and clicked "resume" , then I selected the Debug Probe/CPU2 and clicked "resume" as well, the program ran normally, Two LEDs started flashing alternately, so I terminated the debug and disconnected the USB probe.
After reconnecting the USB probe and resetting the device, the problem occurred: the led is always bright, that is, the flash program is not running in the right way.
so my question is how can I run this dual-core SysConfig project in standalone mode?
Thanks for your help!
Arthur