User Activity

I am designing an application with a control loop of 1 ms, and I would like to use HAL_GetTick() as the way of clocking this loop. This is a safety critical system, and I would like to know if one will run into a race condition by calling this functi...
Hello ST community,I have an STM32F411E-DISCO board, and I would like to get a virtual com port to show up on my PC. This board has ST-Link/V2 so it does not come with VCP-through-ST-Link capabilities. However, according to the electrical schematics,...