Resolved! STMF103 usb VCOM usb not initialized with "USB_DEVICE" library
I am using a STM32F103 and having issues to make an USB application.I generated the project using CubeMX and I am not being able to transmitt a message.Here is the configuration:Main is like this (It is C++ in case it matters): int main(void) { H...