Tutorial 11: LAB - External Interrupt ( EXTI ) Interfacing in STM32 using STM32CUBEMX

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น •

  • @trabajosfacu3728
    @trabajosfacu3728 2 ปีที่แล้ว +4

    The best explanation on TH-cam, you save me for my enbedded systems class, thanks!!! Greetings from Mexico

    • @Hexnbit
      @Hexnbit  2 ปีที่แล้ว +1

      Greetings from India !! Thank you for your feedback. Happy to help!

  • @Fr4nzB0OM
    @Fr4nzB0OM 2 ปีที่แล้ว +3

    Ohh man, you don't know how much you helped me!! You saved my life ahah. Thank's man

    • @Hexnbit
      @Hexnbit  2 ปีที่แล้ว

      Welcome!! Happy to help!

  • @jingtingleow3974
    @jingtingleow3974 ปีที่แล้ว

    Is this function not available for nucleo-c031c6 because i cannot find EXTI line [15:10] interrupts checkbox in my NVIC Tab :(

  • @TheDutchGuyOnYT
    @TheDutchGuyOnYT 11 หลายเดือนก่อน

    Thx for this very clear tutorial

  • @ahmetalitilkicioglu5761
    @ahmetalitilkicioglu5761 ปีที่แล้ว +1

    thx man you so helped me ! :D

    • @Hexnbit
      @Hexnbit  ปีที่แล้ว

      Welcome!! Happy to help!

    • @sugiyartosugiyarto1587
      @sugiyartosugiyarto1587 ปีที่แล้ว

      Sir Make video timer interup...thanks🎉🎉

  • @khutsobaloyi3440
    @khutsobaloyi3440 24 วันที่ผ่านมา

    Hi, I tried to setup an interrupt like this one but it only triggers once, what could be the problem?

    • @Ballinman1
      @Ballinman1 3 วันที่ผ่านมา

      Have you figured this out? I'm getting the same thing

  • @csigabigaboca1987
    @csigabigaboca1987 ปีที่แล้ว

    I understand the interruption method, but what can the event be used for?

  • @VinothkannanR-vu9yl
    @VinothkannanR-vu9yl 6 หลายเดือนก่อน

    for multiple ISR
    call back function name is same then how to use it?

  • @abbasraimkulov3913
    @abbasraimkulov3913 ปีที่แล้ว +1

    Hi,
    What if we have used the 2 external interrupts? How we differentiate "HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin); " for each interrupt?

    • @Hexnbit
      @Hexnbit  ปีที่แล้ว +2

      Based on the pin number which is given as a parameter to this callback function. If you have configured PC7 and PD8 so you have to check what is the pin number for source of interrupt and then decode the isr to be executed..

    • @5245jah
      @5245jah ปีที่แล้ว +1

      @@Hexnbitgreat answer, what about when I use mul.tiple inputs such as GPIOAPIN7 and GPIOBPIN7 ? these both have same pins

    • @aravinds6698
      @aravinds6698 ปีที่แล้ว

      ​@@5245jahi have the same doubt did you get any answer

  • @Cyrusradplus
    @Cyrusradplus 7 หลายเดือนก่อน

    Hi how much is the time between interrupt(falling or rising edge) and function and how we can decrease this time ?
    (Doing the function immediately after interrupt without any delay)

  • @MamathaJ987
    @MamathaJ987 10 หลายเดือนก่อน

    hello sir
    this is not working on NUCLEO-L053R8

  • @edvinass3804
    @edvinass3804 ปีที่แล้ว

    Good stuff, thanks!

  • @alanjacob.4559
    @alanjacob.4559 2 ปีที่แล้ว +1

    thanks you very much.

    • @Hexnbit
      @Hexnbit  2 ปีที่แล้ว

      Welcome!!

  • @mrezamuktasib
    @mrezamuktasib ปีที่แล้ว

    i want use Motor with encoder, and the encoder have Signal FG Wire that send hall signal, how do i manage it in stm32 using external intterupt? jgb37-3525

    • @Hexnbit
      @Hexnbit  ปีที่แล้ว +1

      You can try working with timer instead of external interrupt. There is separate section for encoder interface.
      Try referring the example code for eval board from repository. C:\Users\User_Name\STM32Cube\Repository\STM32Cube_FW_F4_V1.27.1\Projects\STM324xG_EVAL\Examples\TIM\TIM_Encoder
      If you have used any custom path then you can select the path likewsie

  • @Fixaj
    @Fixaj ปีที่แล้ว +1

    Nice thanks

    • @Hexnbit
      @Hexnbit  ปีที่แล้ว

      Welcome!!

  • @MKRCLabs
    @MKRCLabs 2 หลายเดือนก่อน

    wrong unit8_t mode == 0;

  • @rezamalaki833
    @rezamalaki833 6 หลายเดือนก่อน

    nice

  • @ahmettokay731
    @ahmettokay731 8 หลายเดือนก่อน

    Thanks man

  • @coolchriss
    @coolchriss 10 หลายเดือนก่อน

    Cool❤