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...