STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 Product Selection

Hello, I have never used STM before and I am trying to choose a product, but I cannot buy and try each of them due to their prices.I am doing high-frequency work and I need a screen. STM32H735G-DK is a suitable board for me. However, there is a quest...

STM32L011 DMA read from const variable (flash)

Controller: STM32L011G4ULibraries: CMSISCompiler: arm-none-eabi-gcc version 13.2.1In order to change Capture Compare Register of TIM2 automatically every time when TIM2 updates, I want to use DMA to get the current CCR values from a const array. cons...

Marc1 by Associate III
  • 107 Views
  • 3 replies
  • 1 kudos

ST7789 spi dma library

Hi guys,I want to do a dma with HAL library for a 1.3 inch st7798 driver display (uses stm32l476rg mcu)https://github.com/Floyd-Fish/ST7789-STM32I used the library in it works fine. but I want the screen to run faster (no scans should appear on the s...

Bicer by Associate II
  • 1997 Views
  • 3 replies
  • 1 kudos

Triggering I2C in DMA mode using an external signal

Hi,I recently bought a Nucleo-H753ZI to test out some of my algorithms that will benefit from the extra compute power. However, I still need to interface with external sensors to read data from it at a very high rate (1kHz). The sensor in question is...

Resolved! DMA throwing transfer error when reading from the ADC

Processor: STM32H753I am attempting to continuously read an ADC, and transfer the data into a circular data buffer with the ADC. I configured everything in CubeMX. No matter what I try, I get a transfer error from the DMA the first time it reads. I t...

dknipe by Associate II
  • 245 Views
  • 8 replies
  • 2 kudos

Resolved! Stm32H723 Ethernet DMA tail pointer

Hi,I understand this has been discussed before, but can we please get an official explanation of how the dma tail pointer works in the Stm32H7 eth mac ip block? It's extremely difficult to write software to support the eth mac when the docs and examp...

Resolved! STM32F4x DMA NDTR, need your help

Hello, I have a SPI TX DMA, and I need to do the followingStep 1:start the TX DMA ,Step 2:stop the DMA,Step 3: store the NDTR register,Step 4: modify the size of the DMA SPIStep 5: restart the DMA with the new sizeStep 6: and restore the position of ...

vbesson by Associate III
  • 112 Views
  • 2 replies
  • 1 kudos
Labels