This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Function SCIA_Init() in SciCommsGui.c causes an ITRAP0

Other Parts Discussed in Thread: CONTROLSUITE

In the TI controlSuite source file SciCommsGui.c function SCIA_Init() on line 123 is written ‘*memDataPtr = 0’, but memDataPtr is at this point uninitialized and writes so an ‘0’ to a random place in memory. Is this the Program area then it can causes a ‘ITRAP0’  and ends in an ILLEGAL_ISR (which happens to me).

I guess it should be ‘memDataPtr = 0’ or in my opinion, the line has no sense and can be completely removed.

 

-Leo Bosch