Tool/software: Code Composer Studio
Hi,
We have modified the people counting demo to send data over wifi (using the SPI bus to send the data to a wifi module). The demo runs perfectly fine for roughly an hour or so before crashing with the following error:
[C674X_0] {module#8}: "../dss_main.c", line 295: error {id:0x10000, args:[0x815e54, 0x815e54]}
xdc.runtime.Error.raise: terminating execution
[Cortex_R4_0] xdc.runtime.Main: "platform/mmwave_dualcore.c", line 1350: assertion failure
xdc.runtime.Error.raise: terminating execution
Line 295 of dss_main.c refers to DebugP_assert(gMmwDssMCB.dataPathObj.interFrameProcToken == 0);
I assumed that perhaps the two cores were getting out of sync, or something along those lines, so i thought that lowering the frame rate would help but it still crashes. I've also tried to run it through the .bin file and through CCS and both behave the same - crashing after around 1 hour (the time duration varies - sometimes it crashes in 10 mins, sometimes it crashes after an hour)
Perhaps you could point me in the right direction to solve this bug.
thanks a lot
Peter