User Activity

The clock "to ADC (MHz)" is grey in clock configuration. Don't see prescaler field in configuration. Plus it remove PLL **** configuration in main.c. /* Configure the system clock */ SystemClock_Config();   //****** This below have been remove fro...
USBD_FS_InterfaceStrDescriptor() is not called.I fix it by changing iInterface by 5. To match this define:#define USBD_IDX_INTERFACE_STR                        0x05U /* Data class interface descriptor */ 0x09, ...