STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to synchronize two I2S

Hi, I want to get synchronized samples from 4 microphones connected via I2S2 and I2S3. First I set one as master and other as slave and just connect Clock and Word Select, but I have only 0 values on slave interface. Is it possible to do it this way?...

wiewiór by Associate II
  • 80 Views
  • 8 replies
  • 2 kudos

Resolved! STM32H725 DMA2D in L8 format (No PFC)

HiI'd like to do a memory-to-memory transfer, where I take a 8x12 px rectangle and copy it into a framebuffer. My display is 256x64px and it uses a grayscale 4 bpp format. My framebuffer size is 8192 bytes, and the rectangle that I need to copy is 48...

fing by Associate III
  • 46 Views
  • 1 replies
  • 0 kudos

STM32N657X0-Q ADC+TIMER+DMA

Hi, I would like to develop an application using ADC + TIMER + DMA. My base code doesn’t work, and I don’t understand why. To debug, I introduce the variable "toto". This value of this variable doesn't change. I use STM32CubeIDEv1.19.Best regardsThom...

Thomas_H by Associate II
  • 123 Views
  • 5 replies
  • 0 kudos

what to include in header and source files

I generated project with CubeIDE for Nucleo F411RE board with defaults.Now I want to create my own function void LED_blink(int blink_num);So, I created ledfunc.h and ledfunc.c files.This is my ledfunc.h file: #ifndef INC_LEDFUNC_H_ #define INC_LEDFUN...

Roman_E by Associate II
  • 114 Views
  • 5 replies
  • 2 kudos