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

Open port error on host while using HAL_Delay

Posted on December 19, 2016 at 12:03 I use STM32F407G-DISC1 board. I have run some examples with VCP based on STD library. Everything is OK. Then I have tried to generate code by CubeMX. And something interesting happens. If not to add any cod...

kozlovdmn by Associate II
  • 1212 Views
  • 5 replies
  • 0 kudos

Doublebuffered USB endpoint for STM32L0

Posted on January 09, 2017 at 11:46As described in  RM0376 DocID025941 rev 4 datasheet page 882 the SW_BUF flag shows the packet buffer for the application software. But there is a mismatch in the Table 143 for IN-type endpoint for DTOG=1 SW_BUF=1. ...

uart HAL api's

Posted on December 15, 2016 at 13:42 i am new to stm32f4 HAL api's. I have some trouble learning them. Anything useful for me is really really appreciated. i  was looking at the uart api. i was referring to the examples provided in the keilv5  direc...

Resolved! STM32L4 : can't read global variables

Posted on December 23, 2016 at 15:23 I'm trying to blink a LED on a Nucleo-L476 with CubeMX and ST's HAL. It worked perfectly on Windows (System Workbench). Now, I'm trying to do the same on Linux with CubeMX and Qt Createor (my favorite IDE) and...