Tool/software:
Hi support,
I am facing an issue while reading RXDATA UART0 in MSPM0G3507 controller. Below is my code.
In interrupt, i am reading the receiving data after checking FIFO status. I am not getting the actual received data. My receive FIFO interrupt is enable >= 2 level. GPIOA_BYPASS_ON_LED_PIN toggle on every byte try to read.
But GPIO_FAULT_LED_PIN never set. The receiving data have first byte is 0x01.
I believe that " DL_UART_receiveData(UART0_DIS_INST) ;" have some issue. Ant suggestion is welcome.
Best Regards
Tulsi Das