Question
[BUG] IS_HCD_ALL_INSTANCE() used but not defined
When generating code for F7 MCU with HCD and full assert enabled CubeMX generates line in "stm32f7xx_hal_hcd.c":
assert_param(IS_HCD_ALL_INSTANCE(hhcd->Instance));however IS_HCD_ALL_INSTANCE is not define anywhere, and linker gives error as expected:
STM32F746G_Discovery_test001\Debug/..\Drivers\STM32F7xx_HAL_Driver\Src/stm32f7xx_hal_hcd.c:134: undefined reference to `IS_HCD_ALL_INSTANCE'I've checked it with STM32F767 and STM32F746 MCUs and CubeMX 4.27.0 and previous as well.
best regards
Mikolaj Tutak
