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

UART Bootloader returning wrong Device ID

Hii have a product which is using an stm32f070c6 as a co-processor, next to the main processor running linux.For field updates of the co-processor we are using boot0 and reset pins to get the stm32f07 into the uart bootloader, and then we load the ne...

TPryn by Associate II
  • 1634 Views
  • 6 replies
  • 0 kudos

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
  • 2257 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
  • 1802 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
  • 514 Views
  • 1 replies
  • 0 kudos