USB Device support for STM32F103
I am trying to use Eclipse to program the ‘Blue Pill’ board that uses a STM32F103 processor. I followed the following post to install the tools for Eclipse:
https://www.onetransistor.eu/2017/11/stm32-bluepill-arduino-ide.html
I was able to install the tools and build a simple project which flashes the LED. I was also able to download the .bin file to the board and the program seemed to work.
I then tried to create a project which included the STM32 USB Device Library. However, if I try and compile this project I find that the file ‘usbd_conf.h” is missing.
Looking in this forum, I have found people saying that I need to use CubeMX to create the file. I have installed that software, but cannot figure out how to get it to create the needed file.
Can anyone explain how obtain/create the usbd_conf.h file for my STM32F103 processor?
Thank.