cancel
Showing results for 
Search instead for 
Did you mean: 

Where to find example for STM32F7 of external IRQ programmation

Professional
Senior

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

2 REPLIES 2

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
Senior

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