You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to change one byte from USB device descriptor located in usbd desc.c , by default it sets to 0xFF, so if we need to set it to 0x33 you need to change that line from 0xff, /*bcdDevice*/ to 0x33, /*bcdDevice*/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
You need to change one byte from USB device descriptor located in
usbd desc.c
, by default it sets to 0xFF, so if we need to set it to 0x33 you need to change that line from0xff, /*bcdDevice*/
to0x33, /*bcdDevice*/
Beta Was this translation helpful? Give feedback.
All reactions