Hi,
I had an application developed with DSP/BIOs 5.41 for C6747 DSP. In this application, I have a UART device (UART 1) and a GPSInit() task. After connecting to my target (with the GEL meant for EVMC6747_DSP), I override the setup (see codes below) within the GPSInit() task. Once run, I found that the application is hung in the first GIO_write(), which is within my resetGPS() function.
Can you suggest what are the causes that will loop the GIO_write endlessly? Is it the wrong pinmux setup for UART 1? Are there anything else I missed?
/////////////////////////// This task is setup in the TCF /////////////////////////
void GPSInit(void)
{