User Activity

No mention of HAL_UARTEx_RxEventCallback in UM1905 (Description of STM32F7 HAL and low-layer drivers, rev 4, 2020). Some commentary would be welcomed. Suggest your documentation be updated. It looks like the same function is missing in the F4 HAL ...
CubeMX version 6.5.0 generates the following line in <project>/LWIP/target/ethernetif.h:static void ethernetif_input(void const * argument);Previous version 6.4.0 generated this:void ethernetif_input(void const * argument);The 'static' storage class ...
The DeInit routine misses clearing of SQR3. SQR1 and SQR2 are cleared correctly (near line 526).
Several macros in stm32f4xx_hal_exti.h use __LINE__ as a macro parameter. Example:#define IS_EXTI_PENDING_EDGE(__LINE__) ((__LINE__) == EXTI_TRIGGER_RISING_FALLING)__LINE__ is a reserved preprocessor symbol which expands to the integer line number ...
(If this is not the proper venue to post bug reports, please inform me--thank you.)CMSIS v5.6.0 installs fine.Here is the error dialog: 
Kudos from