cancel
Showing results for 
Search instead for 
Did you mean: 

external event interrupt in freertos

yang hong
Associate II

I want to use external event interrupt in freertos v2. I found when I set one pin with external event interrupt with freertos enable in stm32cubemax, I will miss exti1_handler() global interrupt function.

right? is it possible to enable it in freertos?

3 REPLIES 3

Hello @yang hong​ ,

Can you give us more details about the reference of the board used and the version of the firmware package ?

Thanks in advance.

BeST Regards,

Walid

Basically, I want to use SW EXTI ( WE CAN SET EVENT OUT IN PIN) to enable this feature, also NVIC can set interrupt function, but after I read some references, it looks, when we enable FREERTOS feature, FREERTOS will handle that, so we can't enable NVIC interrupt callback function for that, but I don't know FREERTOS (V2) very well. So I can not implement it.

Could you please share your ioc file for further check ?