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

STM32U5: ADF1 plus LPDMA plus SDMMC

I've been working on a custom STM32U595 board which uses ADF1 to read from a digital MEMS microphone and store audio samples in a SRAM4 buffer using the LPDMA. A circular buffer is implemented where LPDMA1 reads samples from ADF1 and generates interr...

coppercrimp_0-1748273140610.png

Inconsistent boot with STM32L412

Hello.I'm struggling to get a plain STM32L412KBT6 to boot consistently into the user program. I'm working with the PlatformIO environment in VSCode. I've tried both the STM32-Cube, and the Arduino framework with similar results. Here is my platformio...

po4gYhfg.png viwHjro7.png FTFwaBVo.png
JesFo by Associate II
  • 598 Views
  • 11 replies
  • 6 kudos

Resolved! Trying to run the ADC with DMA on STM32H755ZI-Q

Hi,I a using a NUCLEO-H755ZI-Q on STMCubeide 1.18.0i am trying to use the Timer 1 to capture on the rising edge using the analog to digital converter those are my signals the lase one (pink is my signal that i want to capture at this frequency)those ...

William133467_1-1748057361673.png William133467_2-1748057954527.png William133467_3-1748058016884.png William133467_4-1748058563086.png

STM32F756ZGT6 - short circuit issue

I am facing a short circuit issue on my custom board, which uses the STM32F756ZGT6 microcontroller. The enabled peripherals on the board include USB, SD CARD, ETHERNET, UART, SPI, and I2C.This is the second time I have encountered this issue on my cu...

STM32N6 VENC at higher resolutions

Hi,We have STM32N6570-DK and are testing camera input, video encode and write to SD cardWe have not been able to make the "VENC_SDCard_Appli" example work, the SD card just contains zeros.The "VENC_SDCard_ThreadX" example does work however, resulting...

STM32G473VET3 SPI master NSS

Hi ST teams,I use STM32G473VET3 on my design. On the datasheet, SPI4 had 3 NSS pins hardware: PE3, PE4 and PE11.If I use other GPIO excluding for the NSS pin function, there are any potential issue?Ex: SPI bus can not work at maximum speed.On my desi...

HoangDu by Associate
  • 165 Views
  • 3 replies
  • 0 kudos

More than one pin for ADC continuous DMA not working

I have Nucleo-H743ZI, on which two pins are configured for ADC reading { PB0(CH9) & PB1(CH5) }with circular DMA continuous conversion mode, but only PB1 is able to read data when  HAL_ADC_Start_DMA(&hadc1, (uint32_t *)ADC_Data, 2); starts reading th...

_kalpesh_1-1747824595268.png _kalpesh_0-1747824565385.png _kalpesh_2-1747824702358.png
_kalpesh by Associate III
  • 336 Views
  • 7 replies
  • 3 kudos

Resolved! SPI DMA is stopped by the EXTI

Hi everybody,I'm currently experimenting with an STM32F446. I want to create an HMI.For this, I have a screen (320x240) and a radio module on a boardThe screen is controlled via SPI DMA to download images quickly.The radio module uses two EXTIs to de...

JJoao.1 by Associate III
  • 221 Views
  • 3 replies
  • 1 kudos