2023-07-07 7: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 8: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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-07-07 8: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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.