USB test of nanoWipom board


Establishes a bridge connection between UART1 and USB.

Toolkit:STM Development System

Location:/bipom/devtools/STM32/examples/nanoWipom/usb

Code Example


int main_usb(void)
{
  Set_System();
  Set_USBClock();
  USB_Interrupts_Config();
  USB_Init();
  
  while (1)
  {
  }
}