USB interrupt issue after NVIC System Reset on STM32F411CCU6TR
A PC app sends a reset command via USB. In the main app I use HAL_NVIC_SystemReset() to reset the board. If I use HAL_NVIC_SystemReset, windows loses USB com port and does not re-enumerate port unless I plug out and plug in USB cable. The PC app talk...