STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use F746NG-DISCO and USB OTG_HS

HelloI want to send 45 Mbyte/sec data from the discovery board to PC . So I need to use usb high-speed protocol (CDC). But PC doesn't find the device (I've checked it via the device manager). I used the CubeMX for code generation.What I simply did is...

Cevdet by Associate III
  • 760 Views
  • 6 replies
  • 0 kudos

How set USB-CDC (Virtual Com Port) baudrate

Posted on July 07, 2016 at 18:47Hello, I'd like to transfer some data via USB FS with Virtual Com Port (STM32F3) Seems that baudrate is fixed to 115200 bps. It is possible to increase this value? How? Thank you very much #stm32 #cdc #baudrate #vc...

lrosadev by Associate II
  • 3968 Views
  • 4 replies
  • 0 kudos

STM32 Composite Device

Hi there,are there good Tutorials, Examples or Explanations how to implement a composite device example? Like using cdc+hid or cdc+hid+msc?I appreciate every help because i can't find any useful information on that.Thanks in advance

arduo by Senior
  • 157 Views
  • 0 replies
  • 0 kudos

FreeRTOS - timing weird-ness

Hi All,I'm building up my understanding of using FreeRTOS, and what I've setup is a Nucleo-F103RB connected to a logic analyser. The plan here is to have a few tasks setup with RTOS to toggle LEDs at varies rates and timings and then check how this a...