• USB UVC in lpc1343
    Hi I want to create uvc program with lpc1343 developerarm7.googlecode.com/.../USB_UVC_LPC Which change should I do? To work this demo on lpc1343?
  • STM32F4 Discovery USB CDC Issue
    Hello, I am trying to implement USB CDC on the ST32F4 discovery board, and I am running into issues. I generate the project using the STM32CUBEMX software, which theoretically includes all the usbd...
  • stm32f4-discovery-Audio_playback
    Good evening, I have a university project in which I use a stm32f4, I tested the program "Demo Example Wavplayer with USB Host" and it works well but with only one sequence named audio.wav! I willing...
  • STM32F4 Discovery Trace: No Synchronisation
    I set up a project with CUBEMX and Keil RTX like it is described here www.keil.com/.../cubemx__r_t_x.html Setup the SysClk with CUBEMX to 168Mhz and enabled serial wire debug in the SYS tab. ...
  • Turn On a LED on STM32F4-discovery
    Hi everyone, I want to turn on a LED on my STM32F4-discovery board Here is the code : int main() { // Enable the GPIO Clock RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD, ENABLE);...