Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Binary flashing script

How to flash a binary file to the microcontroller with script only ie without STM32Cube IDE & Stm32cube programmer. Please provide a detailed script to flash a given binary saved at a known location

GHM by Associate II
  • 119 Views
  • 11 replies
  • 7 kudos

HELP : Audio player with Helix MP3

Hello,I try to decode MP3 files from SD card using I2S and DMA. It works fine with a sampling rate of 48 kHz, but it fails when using 44.1 kHz.Specifically, the MP3Decode() function fails to decode the audio at 44.1 kHz.I have checked the clock confi...

Maxime3 by Visitor
  • 55 Views
  • 0 replies
  • 0 kudos

i2c with stm32u083

Initialization issues, i2c communication with ccs811(air quality indicator module) using stm32u083cc mounted/swapped on stm32f411(blackpill) board. Only the hdc1080(RH/Temp) board connected on the same lines works. Strangely, with stm32f411ce mounted...

skc by Associate
  • 126 Views
  • 1 replies
  • 0 kudos

Issue using nRF24L01+ via SPI and STM32F0

I have a custom PCB using the STM32F042F. I replaced the STM, and now every time I connect the communication chip, the STM32 turns off. The STM does not boot if I first connect the nRF24L01 then power the STM.   I am confident my code and the board a...

Resolved! STM32G491 low power mode

 Hi,I'm currently working with the STM32G491 MCU to implement low power functionality. I plan to enter Stop mode when a specific condition is met. I've written a function to handle entering low power mode.However, I'm noticing that the current consum...