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

How does HAL_I2C_IsDeviceReady work?

Posted on October 19, 2017 at 20:38 Hi all, I'm dealing with an I2C memory connected to a STM32F401 MCU and I'd like to check at runtime if the device is ready (or if something is wrong, e.g. with wirings). I'm trying to use the HAL_I2C_I...

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