Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hello Everyone,
The systick_interrupt_gpio_blink example project found under the Driver Library examples in MSP432Ware works great for me with the Launchpad development board. The little LED blinks as it should.
However, we have a board we designed with the MSP432 on it that we are debugging with a MSP-FET. With this board, the same program doesn't work. For some reason the SysTick_Handler() function never gets called.
I found that if I click software reset during debugging it begins to work however. I tried going to Properties/Debug and checking Reset the target on a program load or restart and this also works. Now when I debug into the board it works the first time without having to click software reset.
My question is, why do the two boards behave differently, with our custom board requiring this extra step and the Launchpad not? Also, why isn't reset the target on a program load or restart enabled by default if the ISR won't work without it?
Thanks!
Hunter