2025-06-12 2:59 AM
how to configure the general purpose TImers and External gpio interrupt in stm32MP257f -ev1
2025-06-12 10:51 PM
Hi @srinivas_mv ,
You can check the GPIO_EXTI example present in STM32CubeMP2 firmware package.
You can download the package from the link: GitHub - STMicroelectronics/STM32CubeMP2
In this firmware package the project is present on this link: Projects\STM32MP257F-EV1\Examples\GPIO\GPIO_EXTI
Let me know if you need further help.
2025-06-13 5:40 AM
Thanks for , your response , actually I need the support for stlinux environment. For Timers and External GPIO interrupt in stm32MP257f -ev1.
2025-06-16 8:37 AM
Hi,
please have a look to :
https://wiki.st.com/stm32mpu/wiki/TIM_Linux_driver
https://wiki.st.com/stm32mpu/wiki/TIM_device_tree_configuration
https://wiki.st.com/stm32mpu/wiki/EXTI_internal_peripheral#Software_frameworks_and_drivers
Regards.