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

Resolved! STM32H747BGT6 SMPS and USB supply pins

Hi, Im planning on using STM32H747BGT6 in LDO mode only and no USB interfaces will be used. What should I do with SMPS pins (VSSSMPS, VLXSMPS, VDDSMPS, VFBSMPS) and USB supply pins (VDD50_USB and VDD33_USB)? The datasheet nor the application note don...

el659 by Associate III
  • 97 Views
  • 1 replies
  • 2 kudos

STM32 Unable to get Core ID

Hi All,I'm new to using the STM32 and honestly had great grief trying to connect to the chip.I'm using STlink V3 and designed my own PCB.Trying to flash a F/W to the PCB. I ordered the PCB from JLCPCB.I keep getting unable to get core ID as a message...

DMA Request Synchronization?

What does DMA Request synchronization do? In the case of SPI_Rx does it trigger SPI reception when TIM12 updates (overflow) if i set synchronization signal to be TIM12 TRGO

sreyas40_0-1762510665387.png

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
  • 1311 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...

Resolved! 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
  • 176 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...