User Activity

There is an issue in STM32G4 MCU FW package v1.5.0 in system_stm32g4xx.c ligne 189 :#if defined(USER_VECT_TAB_ADDRESS) SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ #endif /* USER_VECT_TAB_ADDR...
I think there is a mistake in cubeMX generated HAL_MspInit() when using VREFBuf: at firmware startup, HAL_MspInit() calls  HAL_SYSCFG_EnableVREFBUF() but the clock of VRREFBuf is not enabled before, so it fails in timeout.To fix this I have added cal...
Hello,We have implemented LWIP with FreeRTOS on a STM32F407VE with a LAN8720A PHY.Everything worked fine until our client submit our card to a IP vulnerabilities tester : during the test the card stop responding to ping.The test consists to try a con...