Access to LPUART1 (pins 24/25) #151
-
I'm trying to use LPUART1 (pins 24/25). It's not explicitly mapped in teensy4-bsp, however I noticed that the HAL/RAL parts seem available in imxrt-rs. I tried to create the LPUART1 manually, but its interrupt never gets triggered. Any clue on how to proceed? Should I open an issue to request a new feature? Thanks in advance for any help, it's really appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
#152 shows the changes that I think we need to use LPUART1 with pins 24 and 25. I don't have the hardware to test those changes, but I included two examples that use this LPUART configuration. Could you let me know if that works for you? |
Beta Was this translation helpful? Give feedback.
#152 shows the changes that I think we need to use LPUART1 with pins 24 and 25. I don't have the hardware to test those changes, but I included two examples that use this LPUART configuration. Could you let me know if that works for you?