Skip to main content
Visitor II
June 9, 2021
Question

external event interrupt in freertos

  • June 9, 2021
  • 1 reply
  • 791 views

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?

    This topic has been closed for replies.

    1 reply

    Visitor II
    June 18, 2021

    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

    yang hongAuthor
    Visitor II
    June 18, 2021

    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.

    Visitor II
    June 21, 2021

    Could you please share your ioc file for further check ?