Other Parts Discussed in Thread: UNIFLASH
Dear TI,
I have flashed debug firmware and debugging automotive toolbox codebase(medium range radar). I am getting point no.2 error on mss after System_printf() is being used and point no.1 error when comment System_printf().
1. [Cortex_R4_0] xdc.runtime.Main: "src/gpio.c", line 917: assertion failure
xdc.runtime.Error.raise: terminating execution
gpio.c line 917 has following statement
/* Assert if the driver is still uninitialized. */
DebugP_assert (gGPIOMCB.isInitialized);
2. [Cortex_R4_0] xdc.runtime.Main: "src/gpio.c", line 927: assertion failure
xdc.runtime.Error.raise: terminating execution.
gpio.c line 927 has following statement
/* We can only send data if the Port/Pin was configured correctly */
DebugP_assert ((gGPIOMCB.pinCfg [port][pin] & GPIO_CFG_OUTPUT) == GPIO_CFG_OUTPUT);
Please help me to resolve this issue. Thank you!!.