Other Parts Discussed in Thread: SYSBIOS
Dear TI, I have two copies of near identical code to test communication between the DSPs using messageQ However, when I go through the process of:
1. launching the configuration
2. CDonnecting to Cortex A15_0 with button press on EVM module
2. connecting to DSP1
3. connecting to DSP2
everything is fine...
Now I try and 'Load Program' for DSP1 & DSP2.
DSP1 seems to load fine, but DSP is getting stuck in timer.c function. on:
while(Timer_getCount(&tempObj) < timerCountStart + TIMERCOUNTS);
itleast when I pause the processor this is where it is at.
What might be the problem? Is this s SYS/BIOS startup procedure that is locking up so that it never reaches the main function? why might it be locking up here?
Thanks.