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.

Internal Error / Segmentation fault in C++ compiling ISR in a static class method template

Other Parts Discussed in Thread: MSP430FR5729

Receiving this error. Target is MSP430FR5729 with CCS 5.5

INTERNAL ERROR: C:\ti\ccsv5\tools\compiler\msp430_4.2.1\bin\acpia430.exe experienced a segmentation fault
                  while processing function (unknown or file scope) file ..\SPITemplate.h line 120

This is a serious problem.  Please contact Customer
Support with this message and a copy of the input file
and help us to continue to make the tools more robust.

I am trying to setup an ISR in a C++ static template class method. I have attached the entire file in question in the error.

Any ideas why I am getting a segfault from the compiler?

SPITemplate.h