2020-01-10 07:01 PM
I'm able to configure LPUART1 fine and have been communicating on it. However, for the life of me I can't find the way to enable RX/TX interrupts via CubeMX. I'd rather use the UI if I can.
Please see the screenshot attached. As you can see, I have LPUART1 enabled... but there are no entries available in the NVIC list.
Any ideas?
Solved! Go to Solution.
2020-11-18 01:46 AM
Dear @N.F. Singh ,
To enable interrupt for LPUART1 you need to :
After that you can generate your code and you will find all the necessary function generated and the interruption configured.
Hope that this solve your issue,
Kind regards,
Houssem
2020-11-18 01:46 AM
Dear @N.F. Singh ,
To enable interrupt for LPUART1 you need to :
After that you can generate your code and you will find all the necessary function generated and the interruption configured.
Hope that this solve your issue,
Kind regards,
Houssem