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

Resolved! about HAL_I2C_Mem_Read()

I want to read the general accelerometer register of the I2C interface.I think it can be achieved by using HAL_I2C_Mem_Read ().I set the second argument DevAddress to the value of the accelerometer slave address shifted left by 1 bit.This is a HAL ru...

Ukazu by Associate III
  • 1045 Views
  • 2 replies
  • 0 kudos

Jump from Bootloader code to application code

Hi,I want to implement a bootloader for FOTA process. My bootloader code resides in sector 0 and application code in sector 5(the firmware to be updated ). But I am not able to jump from bootloader code to application code. Any help will be highly us...

KHira.2 by Associate II
  • 1670 Views
  • 6 replies
  • 0 kudos

STM32F205ZGT7 - Unable to start the application from the 0x08008000 (Sector 2 start address) address in flash memory.

Hi all, Thanks for the sharing the experience and support.My application Info: I required to develop two independent program (Bootloader,Application ) Bootloader Address range - 0x08000000 - 0x08007FFF (Sector 0,Sector 1)Application Address range ...

DA.1115 by Associate II
  • 762 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H7 USB-HOST (dis)connect bouncing

Hi all,I have a STM32H743 running at 400MHz with simple USB 1 wiring to an USB A jack. It works fine, no issues, runs for hours with thousands of read and write operations.But there is one little issue that drives me crazy:If I plug in and unplug one...

Microman by Associate III
  • 3383 Views
  • 10 replies
  • 1 kudos

FDCAN Tx Interrupts

Hi, I'm trying to configure STM32H7 and STM32G4 FDCANs to generate an ISR on transmit complete frame.I call the functios to enable respective ISRs:HAL_FDCAN_ActivateNotification(&hfdcan1, FDCAN_IT_TX_COMPLETE, 0);  HAL_FDCAN_ActivateNotification(&hfd...

Asantos by Senior
  • 3575 Views
  • 3 replies
  • 2 kudos