User Activity

I want to send Data through USB from STM32. I've written the following bare-metal code to do it. But my PC doesn't recognize USB device when plugged in.#include "stm32f10x.h"   void USB_Endpoint_Configure(uint8_t endpoint, uint8_t type, uint8_t dir) ...