2019-03-13 12:50 AM
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
Solved! Go to Solution.
2019-03-13 01:08 AM
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
2019-03-13 01:08 AM
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
2019-03-13 07:20 AM
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