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

Firmware Update for STM32H7 Series

Hi everyone,I’m working on two different projects, one using STM32H747IIT6 and the other using STM32H723 series. I want to implement a firmware update mechanism for both. Both of them have webserver LWIP interfaces. I can implement update mechanism t...

KAnahar by Associate III
  • 449 Views
  • 2 replies
  • 1 kudos

Resolved! HRTIMER Synchronize 4 independent instances

Is it possible to synchronize two separate pairs of HRTIMER channels using the HRTIMER Master?My goal to is to synchronize HRTIMER_E with HRTIMER_C and HRTIMER_F with HRTIMER_A. Each HRTIMER pair needs to operate independently of each other.The reaso...

OV5640 driver

Hello everyone.I have some problems with the configuration of the OV5640 camera module and I need your help.https://github.com/STMicroelectronics/stm32-ov5640I am using the OV5640 library created by STM above. I have a card that I have drawn and with...

Afebia_0-1742409269201.png
Afebia by Associate
  • 622 Views
  • 5 replies
  • 1 kudos

STM32H723 Stuck after USB DFU Reset

STM32H723 get stuck after a successful USB DFU download / reset in the HAL_Delay() in MX_USB_DEVICE_Init(); I can fix it by moving MX_IWDG1_Init(); before MX_USB_DEVICE_Init(); so the watchdog resets the device, but is there a way so this does not ha...

pmark by Associate
  • 1833 Views
  • 2 replies
  • 0 kudos

Help with a seemingly constant RxHeader.

I am working with a CAN bus over a STM32 Board. I don't think the hardware is important in my question. I have tried to use the HAL_FDCAN_GetRxMessage function to get a message from a device explorer where you can easily send a message via CAN.I run ...

CANGWP by Associate
  • 294 Views
  • 0 replies
  • 0 kudos