STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Starting FMAC kills Systick in STM32G431

I have the STM32G431 set up to sample ADC2, send the data to the FMAC and then out to DAC1.  It works fine, I have tested all kinds of filters with it.  However, none of the HAL functions that use SysTick work after I start the FMAC.  I'm using the s...

KDesr.1 by Associate II
  • 346 Views
  • 2 replies
  • 1 kudos

Resolved! Run USBX on STM32H563VIT

Tworzę niestandardową płytkę przy zużytym STM32H563VIT.  Schemat części USBPróbuję zastosować urządzenie klasy USB Adio. Z tego powodu w środowisku IDE (H5) nie ma systemu AZURE RTOS. Skonfigurowałem USBskonfiguruj USBX jako FS_DeviceWziąłem rozmiarP...

image.png image.png image.png image.png

Official STM32 Bootloader

Hi, I need to update the firmware of my MCU from the UART. I mean without physically touching the BOOT pin, but only via serial commands (classic FW update of a product).I'm not an expert, but I tried searching on the internet and I saw that for thes...

FMass.1 by Associate III
  • 13497 Views
  • 3 replies
  • 2 kudos

Resolved! I2C Working Inconsistently

I am trying to read data from an MPU6050 sensor using I2C with the STM32F413ZH board. However, I am encountering errors, likely because the levels of the SCL and SDA initialization and termination bits are incorrect. This causes the system to sometim...