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

STM32L4 how to get USB connect/disconnect events

I'm using a STM32L4A6 with OTG_FS peripheral. I use the USB driver from STM. I only get the suspend callback, but never resume, or connected, or disconnected callback. Suspend is not good indicator for plug in or out. Even USB cable plug in will also...

CZ.4 by Associate II
  • 2350 Views
  • 6 replies
  • 0 kudos

Resolved! STM32L4: HAL_MMC driver - get stuck in MMC_ReadExtCSD()

I'm using STM32L4A6 and it's SDMMC peripheral to communicate with an eMMC device.I found it occasionally get stuck in the MMC_InitCard() call. Further investigation shows it's stuck in the MMC_ReadExtCSD() call, where it utilizes a timeout value of 0...

CZ.4 by Associate II
  • 1890 Views
  • 4 replies
  • 0 kudos

Repeated start with HAL drivers on STM3273C

Hello, I am using the STM3273C board as an i2c slave. The master is requesting the data via repeated start.For this I am using the method HAL_I2C_Slave_Sequential_Transmit_IT. The problem is that the first byte after the restart is always 0xFF. The d...

AEsca.2 by Associate
  • 549 Views
  • 1 replies
  • 0 kudos

Resolved! Creating bootloader for STM32F746GZ .

Hi guys.. I have to create a bootloader for the micro  STM32F746GZ . I have already an existing application for such a micro. I need to create the bootloader and then jumping from bootloader to the existing application. Any ideas about how to do it i...

SGasp.1 by Senior
  • 770 Views
  • 1 replies
  • 0 kudos