cancel
Showing results for 
Search instead for 
Did you mean: 

Bug Report on Code Generation for STM32H745 using STM32CubeMX 5.6.1 inside of STM32CubeIDE 1.3.1

PX
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
PX
Associate II

Confirmed it's fixed using STM32CubeMX v6.4.0. Thanks.

View solution in original post

2 REPLIES 2

Hello @PX​ 

Thanks for the feedback, issue reported to the tool development team that will be available as soon as possible.

Best regards,

Nesrine

PX
Associate II

Confirmed it's fixed using STM32CubeMX v6.4.0. Thanks.