STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F411RE cmsis led don't turn off

Posted on April 10, 2016 at 19:46Hi, I've got problem with code. LED on my board STM32F411RE don't turn off when I'm using cmsis library but in HAL or StdPeriph it works. &sharpinclude ''stm32f4xx.h'' &sharpinclude ''core_cm4.h'' int main(void) {   ...

lukarzmen by Associate II
  • 1251 Views
  • 7 replies
  • 0 kudos

Real bug in the USB CDC

Posted on September 15, 2014 at 14:39USBD_CDC_TransmitPacket() function contains a bug: it sets the 'transmission in progress' flag AFTER starting the actual transmission, so if the 'transmission done' interrupt happens too early, the flag will be ...

ksa by Associate
  • 1957 Views
  • 9 replies
  • 0 kudos

USB on STm32F411RE

Posted on April 07, 2016 at 11:07Hi,I'm trying to handle a printer via USB with my http://www.st.com/web/en/catalog/tools/PF260320 but I'm facing a problem. Indeed, when my board send the first request for the enumeration, it goes in a waiting time ...

quentin23 by Associate II
  • 1157 Views
  • 2 replies
  • 0 kudos

2 UART running in FreeRTOS

Posted on April 07, 2016 at 15:11Hi, I use 2 UART ports: UART1 for WiFi and UART4 for debug output. My goal is to send to UART4 data I received on UART1. When I use only 1 UART, it works (UART4), everything I typed on keyboard, returned back. I impl...

UART

Posted on April 02, 2016 at 12:40Hi,I am facing some weird problem in UART.Whenever i am using UART in polling to receive the data followed by storing the data into some array. But what is happening is that the array is sometimes(mostly) starts to f...

bhavesh by Associate II
  • 1252 Views
  • 4 replies
  • 0 kudos

STM32L0 - DFU support?

Posted on February 21, 2015 at 19:40Hello I just need a confirmation. Is there really no support for firmware upgrade over USB (DFU) in the STM32L0 MCUs??? The STM32L0 is not listed in the http://www.st.com/st-web-ui/static/active/en/resource/techni...

Tantalum by Associate II
  • 912 Views
  • 2 replies
  • 0 kudos

Bug when I plug a USB device

Posted on April 01, 2016 at 16:05 Hi, I'm facing trouble when I try to connect a USB device (whatever it is) to my http://www.st.com/web/en/catalog/tools/PF260320. As I plug it, my program is stuck here : Here is a little co...

0690X00000605NYQAY.png 0690X00000605NdQAI.png
quentin23 by Associate II
  • 1220 Views
  • 4 replies
  • 0 kudos