I would like to know for USB device driver why there is a need for INF file(VID & PID info) and digitally signed cat files with this CMSIS Middleware based USB drivers and why these are not needed for stm32cubemx GUI based USB hal drivers.
I have the following couple of questionsQUESTION :1) what is the difference between USB drivers in the cubemx standard hal library middleware and CMSIS USB Middleware based on the following 2 cases?CASE:1) In STM32CUBEMX, When I use STM32 standard H...