Skip to main content
Professional
Associate III
March 13, 2019
Solved

Where to find example for STM32F7 of external IRQ programmation

  • March 13, 2019
  • 2 replies
  • 711 views

Hello,

Where can i find example for STM32F7 of external IRQ programmation ?

(how to tell system which pin to use for EXTI_Line, add IRQ vector to NVIC...)

thank for any support

best regards

This topic has been closed for replies.
Best answer by After Forever

Open STM32CubeMX, install the STM32F7 package if not already installed

Go to Help->Updater Settings...

Press the "Browse" button, it will open your repository

There are many sample projects there, for example - STM32Cube_FW_F7_V1.15.0\Projects\STM32F722ZE-Nucleo\Examples\GPIO\GPIO_EXTI

2 replies

After Forever
After ForeverBest answer
Senior III
March 13, 2019

Open STM32CubeMX, install the STM32F7 package if not already installed

Go to Help->Updater Settings...

Press the "Browse" button, it will open your repository

There are many sample projects there, for example - STM32Cube_FW_F7_V1.15.0\Projects\STM32F722ZE-Nucleo\Examples\GPIO\GPIO_EXTI

Professional
Associate III
March 13, 2019

thanks for your reply !

i found it, but can't find PWM examples with the General-purpose timers

(TIM9/TIM10/TIM11/TIM12/TIM13/TIM14) ; ifound only with TIM1 to TIM4.

Do you know if there are such example ?

Thanks

best regards