Other Parts Discussed in Thread: SYSCONFIG
I started with the example: spi_controller_echo_interrupts_LP_MSPM0G3507_nortos_ticlang
for my project I wanted to use classes, so i renamed the spi_controller_echo_interrupts.c to spi_controller_echo_interrupts.cpp
it still builds ok, but if i put a breakpoint on the interrupt service routines, the debugger says they are disabled, and the code goes to the default handler (stuck in the while(1) loop.
it seems to link to main just fine, as i can step through it just fine. also, if i rename main() to mainx() it correctly wont build, so it seems that its using the file.
how do i make sure that the interrupt routines get linked?