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

dtarrago by Associate II
  • 188 Views
  • 2 replies
  • 0 kudos

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