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, ...
Walid,Sorry, yes 2.10.0. I will get it without example. But I have question of how to do it with user section.Example:void MX_USB_DEVICE_Init(void)
{
/* USER CODE BEGIN USB_DEVICE_Init_PreTreatment */
USBD_CDC.GetUsrStrDescriptor = USBD_CDC_Int...
Hi Pavel,Yes I did, on linux and windows. I was using the GetUserStrDescriptor and patching the descriptor. But now, with the new release, it is supported but it isn't working. It is just missing a small fix to tell the description on which index the...
Hi Walid,Here is the IOC.Since the, I saw the new version of USB device 2.40 state it support composite descriptor. I didn't figure out how to use it yet. I don't see any options in IOC to do so. So I'm looking for the recipe to use with IOC if it is...
Hi,And how I do that for this descriptor in particular? Since it is static, I can't access it. Over that, usbd_cdc.c do not have any User Section.And I think it should be set to 5 by default when generating the code and the field INTERFACE_STRING is ...