STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L021 Jump to Bootloader issue

Posted on September 29, 2017 at 01:24About 6 months ago, I wrote a serial GUI under Windows to upgrade firmware on an STM32L052 via the UART2 port, where the firmware does a JumpToBootloader() to get things started.  This took a lot of work and trou...

How does USBD_LL_Transmit work?

Posted on October 18, 2017 at 23:10So I am trying to write firmware for an STM32F0303, and I am trying to use USBD_LL_Transmit from the STM32Cube USB device library to send data to the usb host.  The only documentation on this function that I can fi...

Resolved! DFUSE problem with STM32L475

Posted on October 18, 2017 at 09:29Good morning,I'm working with STM32L475 MCU. I have no problems in programming it via SW interface, but I'm facing some problems when trying to program it via USB port (using Dfuse demo program by ST).First, I use ...

24khz audio output

Posted on October 16, 2017 at 14:38Hi.I'm trying to output 24khz mono pcm data over SAI to wm8994 codec. 16khz mono seems to work OK, but 24 is not supported by ST by default. I've made some changes for the support to codec and sai init. Now I wonde...

Resolved! Implementation LL drivers

Posted on October 13, 2017 at 07:48Hello I am trying to create new empty project only with HAL and CMSIS in SW4STM32. I've got STM32F401 and I want to use LL drivers. I create new C project and I set HAL drivers, HAL drivers have also LL driver. How...