• USART Functions Cannot be Found
    I am trying to set up UART on a LPC54102J512BD64, when I try to call RingBuffer_init, Chip_UART_SendRB or Chip_UART_ClearStatus I get the error "No Mathcing function for call to 'RingBuffer_Init' etc...
  • USB with emulation of it
    I wonder if it would be possible to emulate a USB port on a couple of the GPIO pins. There are a number of Arduino libraries, for example, that implement USB serial entirely in software (e.g. V-USB for...
  • Emulate USB Keyboard with MCBSTM32Exl
    Hi, I use the board MCBSTM32Exl ( http://www.keil.com/arm/mcbstm32exl/ ) and i wanna that my Board emulate a USB HID Keyboard (When i use the push-button User, the char 'Q' is send to my PC Host...
  • Emulate USB Keyboard
    I look & test these examples. In the DVD, there is an another example: (19) MINI — USB Communication The documentation on the DVD is in Chinese - sick! :) To discuss about the code, I propose to...
  • USB virtual port and emulation
    Hello I'm working on a CDC USB communication (Atmel ARM9 processor). On the PC side, I have a virtual comm port. When my device runs without JTAG/ emulation (UV4), it works fine, but when I try...