2020-05-13 03:39 PM
When doing a remap IC (Input Capture) for a timer, the code is generated wrongly to use
HAL_TIMEx_RemapConfig function to set the remap. To make it work properly, I have to fix it manually by using HAL_TIMEx_TISelection instead.
Also, when setting CH1 as IC remap and CH2 as IC indirect mode, the GPIO pin should NOT be set for CH2.
Solved! Go to Solution.
2022-01-20 09:36 AM
Confirmed it's fixed using STM32CubeMX v6.4.0. Thanks.
2020-06-03 08:19 AM
Hello @PX
Thanks for the feedback, issue reported to the tool development team that will be available as soon as possible.
Best regards,
Nesrine
2022-01-20 09:36 AM
Confirmed it's fixed using STM32CubeMX v6.4.0. Thanks.