STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F4 DMA2 errata - how to handle that

Hello!We have choosen the STM32F407/427 for our product, a couple of years ago.It fits with the speed, and also with the possibility to use DMA for mutliple peripherals.Now, as we have found out the hard way, the DMA2 fails while handling ADCs and SD...

a.n by Associate II
  • 1164 Views
  • 7 replies
  • 0 kudos

STM32F051C8 ADC Accuracy Problem

Hello,I've been using STM32F051C8 on some of my projects and I recently realised that, my ADC is not converting accurately. I connected my Vdda to Vdd, that is 3,3VDC and tried conversation routine below.Here is the initialisation: Single Channel con...

RDermenci by Associate II
  • 1308 Views
  • 9 replies
  • 0 kudos

NWE pulse problem

I want use external memory IC(IDT 7204 FIFO memory)I use two STM32H743II(one is write FIFO, one is read FIFO)I think read was good work.but write is not good.I set FMC LCD Interface like Cubeset pictureI think one data write operation, NWE pulse appe...

nugoori72 by Associate II
  • 1023 Views
  • 3 replies
  • 1 kudos

Resolved! STM32F446: Flash memory

I want write only some bytes but before that I have to erase a full sector.If I don´t want to loss data from that sector I will need save them.If sector size is 128Kb, how can I save all data? Thank you !

tst by Associate II
  • 2834 Views
  • 11 replies
  • 0 kudos

Reading PDM data from MP34DT05-A with STM32F407 I2S

Hello, it is the first time when i have to deal with microphones and PDM interface. I just can't get correct data from the microphone, or the data is correct but i am doing something terribly wrong. I configure I2S to sample microphone with DMA. Whe...