2023-12-05 11:33 PM
Hello to all
Is there an example of Interrupt handling in user space?
I need to handle external interrupt's in Qt.
thanks for your help
Solved! Go to Solution.
2023-12-06 05:31 AM
HI @macrobert
Please have a look to this page:
https://wiki.st.com/stm32mpu/wiki/Interrupt_overview
My understanding is that you cannot manage interrupt in user space, you need to have a driver going thru irqchip
https://wiki.st.com/stm32mpu/wiki/Overview_of_GPIO_pins
Regards
2023-12-06 04:17 AM - edited 2023-12-06 04:19 AM
Qt? For STM32?
OK, I just realized this is for STM32MPxx; that's a very different animal from "normal" STM32 mcus. I am off.
JW
2023-12-06 05:31 AM
HI @macrobert
Please have a look to this page:
https://wiki.st.com/stm32mpu/wiki/Interrupt_overview
My understanding is that you cannot manage interrupt in user space, you need to have a driver going thru irqchip
https://wiki.st.com/stm32mpu/wiki/Overview_of_GPIO_pins
Regards