STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SD-CARD implementation with SDMMC and FatFS

Hello,i have a question concerning the SD-Card functionality and the licensee fee of the SDMMC implementation of the STM32H723ZG.My goal is to log some data on the card. According to the documentation, the FatFs-Filesystem can be used under a BSD-sty...

bhoppe by Associate
  • 1282 Views
  • 4 replies
  • 2 kudos

Resolved! STM32 FATFS exFAT license

Hello,According to the documentation, the FatFs-Filesystem can be used under a BSD-style license. How About the exFAT licence fee. Has this fee already been paid with the purchase of the STM32?

Resolved! Any plans for 16bit DACs for the G4 range?

Hi there,There are a few projects where having a 16bit DAC instead of a 12bit DAC would be extremely useful.I am currently using the G4 series as analog synthesizer controllers and it would be fantastic to be able to use the 1MHz DAC as a 16bit audio...

etheory by Senior II
  • 330 Views
  • 1 replies
  • 1 kudos

STM32G07 SPI1->DR will NOT accept data

I've been designing STM32F devices for 15 years.My first design using a "G" family - and it has NOT been easy.SPI is a very simple device to use - my setup: RCC->APBENR2 |= RCC_APBENR2_SPI1EN; RCC->APBRSTR2 |= RCC_APBRSTR2_SPI1RST; // resset...

Joe.H by Senior
  • 213 Views
  • 1 replies
  • 0 kudos

Multiple DMA uses

I am writing a field oriented control library targeting the STM32F4xx and STM32G4xx series. In the program, I have to: 1) Read 2 sensors using I2C 2) UART serial communication with host PC to send real-time motor parameters or receive new commands 3)...

eggsacc by Associate II
  • 342 Views
  • 2 replies
  • 0 kudos

Spikes from the ADC

I'm running the ADC on STM32G071 and I am seeing double spikes when the ADC takes a reading. Any idea why there are two spikes? I expect to see just one. Below you see two spikes followed by another two spikes 1ms later. My software starts an ADC rea...

Carl_G_0-1741487434732.png Carl_G_1-1741488467550.png
Carl_G by Senior III
  • 332 Views
  • 2 replies
  • 0 kudos

Resolved! read multiple samples from adc each 10 seconds with dma

i want to read every 10 seconds a few samples from a adc channel and let the dma bring the data to my variables.i have that working with 1 sample. the timer trigger the adc. adc trigger the dma channel and my HAL_ADC_ConvCpltCallback get called and t...

frankers by Associate II
  • 400 Views
  • 2 replies
  • 0 kudos

Resolved! ADC Channel Conversion Difference

Guys, I need help with ADC on STM32F407ZGTx. I have a project where I read 2 channels, ADC3_IN4 and ADC3_IN15. Since I need a function that has pin ADC3_IN15, I changed it to ADC3_IN8.The problem is that I don't know what it is about STM32F407ZGTx, a...

MSilv.1 by Associate III
  • 590 Views
  • 2 replies
  • 0 kudos