Other Parts Discussed in Thread: MSP430FG4618
I've increased the frequency of the MSP-EXP430FG4618 board from 8 MHz to 12 MHz using the bsp_config.h header file.
The BSP_Init() function sets the clock frequency in the main program.
While the program worked perfectly with the 8 MHz frequency, it won't work for any higher frequencies.
In debug mode, after running, the program enters disassembly, and won't work anymore.
What could be causing this?