Part Number: AM2434
Other Parts Discussed in Thread: SYSCONFIG
Hi, This question is a relevant question to this one: "AM2434: UART Reception Interrupt"
I made a new example doing nearly the same steps, and the interrupt is now enabled and working.
The problem is that I want the interrupt to be triggered every specific number of bytes received in the FIFO. I tried to change the "rxtriglvl" in the initialization configurations but it doesn't do the job.
The interrupt fires every byte received and keeps firing until I empty the FIFO.
I attached the whole project I made. For more clarification, I initialize the uart in the main function (empty_main), and I use the initialization struct with the name (mygUartInitObject) and NOT the generated one from Sysconfig.
RX_INTERRUPT_TEST.zip
Thank you in advance


