cancel
Showing results for 
Search instead for 
Did you mean: 

Interrupt handling in user space

macrobert
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
PatrickF
ST Employee

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

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2

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

PatrickF
ST Employee

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

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.