Part Number: MSPM0L1106
Tool/software:
Hi,
Started a project for MSPM0L1106 based on the empty cpp project in driver lib examples.
Added blinking LED in the loop with a delay and that works fine.
Wanted to use the SysTick_Handler to generate a 1ms interrupt but it ends up in the "void Default_Handler(void)" every time.
Changed filename to .c and it works. SysTick_Handler is found.
Changing filename back to .cpp and interrupt vector is not found.
What is wrong?
Would be nice with basic C++ examples where it makes sense.
Thanks
Helge