This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Dear Team ,
I am working on RM48L540 ,I have configured UART setting using HALCoGen software.
I have selected Parity error ,Framing Error and Overrun Error Interrupt but it is not working .
Can you suggest me how set and test it all the interrupt are working or not ??
Hi Ankush,
Can you please refer below thread once, here we tested parity feature:
--
Thanks & regards,
Jagadish.
Hi Jagadish ,
Thank you for your reply ,
I have done UART related setting in HALCoGen ( HAL Code Generator ) tool
now I interrupt event of parity error ,framing error and overrun error which is also I have configure but it is not working .
Hi Ankush,
My apologies for the delay in the response, i was stuck with other issues.
You can easily create overrun error, just don't try to read the receive data from SCIRD register but keep on sending the data bytes from serial tool then this will create the overrun error.
To test parity error, follow the procedure i mentioned in the shared thead, enable the parity one side and disable the parity on other side for example enable the parity in controller and disable the parity at tool side, if we send data from tool this should create parity error.
Try these methods, if you still face the issue then we can have one live debugging session so that i can guide you.
--
Thanks & regards,
Jagadish.