Question
STM32G474 HRTIM how to NOT enable fault blanking function in STM32cubeIDE (CubeMX)
I'm using HRTIM in STM32G474 device in STM32cubeIDE and can't find a way to not get a call to HAL_HRTIM_FaultBlankingConfigAndEnable() function in initialisation, that enables blanking by default. I don't want blanking for FAULT inputs, but IDE (or CubeMX) doesn't offer an option to disable blanking (or I just can't find it).
Thank you for your suggestions in advance.
Regards