STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...