Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I'm prototyping on the lp-mspm0g3519 board and ran into this perplexing problem where the program gets hung up on the __COMPILER_BARRIER() step in the __NVIC_EnableIRQ() function. In the snippet below, I hang at the __COMPILER_BARRIER() step if I uncomment the UART5 enable line. I see the hanging step when I pause the debugger. My UART5 is configured identically to UART0 in sysconfig and UART0 works just fine. Please help, I am stuck! Does this mean I need to disable cache?