2023-07-07 07:22 AM
I am using stm32f334. it has hrtim timers. based on its manual it also has HRTIM_SCIN. but I don't know where should I find its setting in the CubeMX to activate it
Solved! Go to Solution.
2023-07-07 08:48 AM
Hello @MJavi.1
First let me thank you for posting.
To activate the HRTIM_SCIN in CubeMX for STM32F334, follow these steps:
1- Open CubeMX and create a new project for your STM32F334 microcontroller.
2- Under [Timer] Activate HRTIM
3- External Synchronization : choose Input Synchronization
Thx
Ghofrane
2023-07-07 08:48 AM
Hello @MJavi.1
First let me thank you for posting.
To activate the HRTIM_SCIN in CubeMX for STM32F334, follow these steps:
1- Open CubeMX and create a new project for your STM32F334 microcontroller.
2- Under [Timer] Activate HRTIM
3- External Synchronization : choose Input Synchronization
Thx
Ghofrane