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