STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 USB Connect/Disconnect Detection

Posted on October 18, 2016 at 23:43I'm working on USB on an STM32L4 chip and cannot seem to reliably trigger when a USB Device is both Connected and Disconnected. I trigger the interrupt overall and handle it, but I need changes to happen as soon as...

jacob2 by Associate II
  • 1145 Views
  • 3 replies
  • 0 kudos

STM32L476VG USB CDC Not Recognized

Posted on October 12, 2016 at 19:56I'm working on a USB CDC project to get a virtual com port using an STM32L476VG processor, I have it configured to be a device only in hopes to simply pass information over the com port between my board and PC. I a...

jacob2 by Associate II
  • 670 Views
  • 9 replies
  • 0 kudos

USB Virtual Com Port example

Posted on January 28, 2014 at 15:02Hello, USB Virtual Com Port example doesn't work on device modeI have a uC card wtih stm32f107 which works host and  FS mode, reads Flash disc.. Now I am trying eval vcp example, I made necessary changes but it doe...

arge by Associate III
  • 4069 Views
  • 10 replies
  • 0 kudos

Ethernet PHY Micrel 802RNLI Problem

Posted on October 17, 2016 at 20:20 Hello Guys, I have got a problem with the configuration of the ethernet PHY which I use. The problem occurs when i connect my PC and my custom board(which uses a STM32F107VCT). Under network settings I...

How do you read from USB CDC Mass Storage

Posted on October 15, 2016 at 00:45I have  STM32L476G-DISCO that came pre-loaded with some demo firmware including a Mass Storage device that works when you plug it into a computer like a flash drive.  How does one go about a reading in a file from ...

Sam F by Associate II
  • 318 Views
  • 1 replies
  • 0 kudos

bug: Tears in my eyes!

Posted on October 17, 2016 at 09:44Dear STM32Cube-Developers,Please have a look at the following. It makes me upset and brings tears in my eyes.Don't you get it managed to simply check error flags in a status register?Please look at this:  * @file  ...