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! 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
  • 89 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
  • 200 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
  • 196 Views
  • 5 replies
  • 3 kudos

Memory barrier instructions

Hi!I have the following code:uint32_t currentTicks; do { currentTicks = handle->controlData.ticks; // controlData.ticks is volatile // copy a lot of data from handle->controlData ... } while(currentTicks != handle->controlData.ticks);hand...

Cboe by Associate
  • 114 Views
  • 2 replies
  • 0 kudos

Resolved! Receiving ADF1 data via GPDMA

Hello,I am trying to get the audio data from ADF1. Therefore I use the GPDMA as shown in this example: https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects/STM32U575I-EV/Examples/MDF/ADF_AudioRecorder. I am developing on a B-U585I-IOT...

KoCT by Associate II
  • 87 Views
  • 1 replies
  • 0 kudos