Other Parts Discussed in Thread: MSPM0G3507
hi all:
I am new with this EVB and MCU. I want to create a systicks running a 1ms period and trigger a callback function. Here is the problem.
I can enable systicks and get the value in a close loop. But in CCS syscfg, if i checked "Enable SysTick Interrupt". When the program starts, the system will crash in a while. (My program will print out a string after the system starts. The string can't print out completely in this situation, and the system crashes into the hard_fault().) It seems the interrupts crashed. any suggestion?? and how do I register a callback function?? Thanks~~