Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello Together,
i have just started developing on the MSPM0C1104 (using the SDK and CCS 20.2.0) and encountered a problem with the UART communication.
I am using the MSPM0C1104 as Uart reciever. I checked the bussignal with Osziloscope and the transfared data is looking good.
I was debuging with a breakpoint at the UART_0_INST_IRQHandler(void) and it never gets called although the data that is transfered is valid.
The Uart configuration is similar on sender and receiver.
Did i missed a register setting?
my code:
uart_receiver.c:
main: