User Activity

Can STM32 USB device (ACM) be configured as a LOW SPEED device? It seems like USB SW and HW doesn't support configuring a low speed ACM device. Any help is appreciated in advance. From page 1953 of Ref. Manual:
Anyone knows why in HAL_OSPI_Init(...) , Octospi free running clock has to be enabled after Octospi is enabled. Form stm32l5xx-hal_ospi.c, lines 404-411: /* Enable OctoSPI */    __HAL_OSPI_ENABLE(hospi);    /* Enable free running clock if needed :...