Hey all,
I've run into a peculiar problem where my main loop doesn't execute. I know my interrupt routine is executing because I can uncomment the led toggle and I can see it blink. From what I've researched thus far, I believe the issue might be that the ISR is starving the main loop from ever executing. If that is the case, I'm not sure what the solution would be.
The reason I have my main loop set up this way is because I am going to need different functions executing at different intervals.
I'm still fairly new to MSP430 development, so any help will be appreciated!
#include &l