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

LTDC + DSI Video Mode - No Display

I am attempting to display to an ILI9881C based panel. After successfully initialising and testing the panel using DSI only, I am working on DSI Video mode to pull data from a frame buffer via LTDC.I have the DSI configured as follows  static void MX...

Iris-DM by Associate III
  • 1139 Views
  • 9 replies
  • 0 kudos

STM32G4: SPI, NSSP and CHPA

I like to use SPI in continous DMA mode together with a SPI-slave that uses the falling-edge of the spi clock (AS5048A: https://ams-osram.com/products/sensor-solutions/position-sensors/ams-as5048a-high-resolution-position-sensor). So, I have to use C...

LTDC with Raw RGB LCD

Hello stm community. I am working on a project involving STM32H7 series MCU with Raw LCD panel of 24 bits. Since the display has no IC i am using the internal LTDC component to drive the lcd. So i have some questions can i drive the lcd backlight wit...

b1aze by Associate II
  • 113 Views
  • 1 replies
  • 0 kudos

Resolved! STM32N6 HPDMA not copying data

Hello,another day, another N6 "issue" :)I want to do RAM to RAM copy by HPDMA, but the data never get copied from Src to Dest, Dest always stays unmodified. I have checked the 'DMA_RAMToRAM' example for N6 and went from there, but with no success.DMA...

Low Power I2S MCU

I'm looking for an ST microcontroller that can do I2S receiving while remaining low power, presumably by keeping the core asleep and using DMA to copy I2S chunks to a buffer. I think I saw a video demo of this at some point somewhere on the website, ...

bb00 by Associate
  • 95 Views
  • 5 replies
  • 1 kudos

STM32H753 SPI Slave Tx DMA Problem (Circular Mode)

When using SPI6 in Slave mode with TX DMA in Circular mode, the SPI FIFO is not updated with data from the DMA buffer for the first SPI FIFO size (8 bytes).     Both the SPI Master and SPI Slave were debugged: The SPI Master transmits one frame. On ...

geunyoung_0-1762475298528.png

Resolved! STM32F410 uart1 lost break/framing error interrupt

Hi all,Im using STM32F410 uart 1 to transmit and receive.I use DMA to transmit bytes. I then use TC interrupt to send a break,then push an event to an event queue to signal that the transmitter is free.void interface_uart_tx_eot_isr(if_uart_t* p) { ...

law__ by Associate II
  • 213 Views
  • 5 replies
  • 0 kudos