Skip to content

LPUART Interrupt waiting, program hang on #70116

Answered by DerekSnell
YMont asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @YMont ,
Those three bits are interrupt enables for the LPUART peripheral. Those bits, and all registers are documented in the RT1060 Reference manual, see the CTRL register description in the LPUART chapter.

And the code you referenced is not waiting those bits. That line sets the 3 enables, and then enables interrupts.

Perhaps you could provide more details about the issue you are facing. Are you using one of the Zephyr samples in the repo on one of the RT1060 EVK boards?

Best regards

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by DerekSnell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: UART Universal Asynchronous Receiver-Transmitter platform: NXP Drivers NXP Semiconductors, drivers
3 participants
Converted from issue

This discussion was converted from issue #69919 on March 12, 2024 16:16.