Skip to main content
PX_it
Associate II
May 13, 2020
Solved

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

  • May 13, 2020
  • 2 replies
  • 844 views

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.

This topic has been closed for replies.
Best answer by PX_it

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

2 replies

Nesrine.JLASSI
Visitor II
June 3, 2020

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_it
PX_itAuthorBest answer
Associate II
January 20, 2022

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