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! Does STM32H7R7 LTDC support DE mode only?

Hi, I am evaluating the STM32H7R7Z8J6, intended to working with a TFT-LCD which is working in parallel RGB interface with DE mode only. The HSYNC and VSYNC signals are not connected. Both AN4861 (Introduction to LCD-TFT display controller (LTDC) on S...

Resolved! STM32H7 I2S master receive clock problem

Hi everyone,I am working on an STM32H7A3ZI and I'm trying to to exchange audio data with an SGTL5000 audio codec. Because i want to both send and receive data from the codec i configured the I2S peripheral on the STM32 to Full-Duplex Master mode in C...

QSPI Memory Read Write verification

Hi all! AGENDA: Need to verify the external QSPI flash (AT25Q128A) all sectors Write, Read and Comparing with STM32L496ZG-P using driver code. APPROACH: For write, I am have created a buffer which comprises of page size of 256, and I am using two "fo...

Abhiram_12_0-1758122487919.png Abhiram_12_1-1758122640047.png

Resolved! Switching to application from custom bootloader

Hi, Please help me sort this out.I am trying to port a custom bootloader originally written for the SAMD21 Arm chip to the STM32U385VGT6. We are upgrading our current product with an STM32 Chip. I am having problems with switching from the bootloader...

pLanka by Associate
  • 208 Views
  • 3 replies
  • 1 kudos

Resolved! System Bootloader and Retaining the Last GPIO State

I have a problem I can't solve.In a previous project, I used an STM32L4A6 and set the PC8 and PC9 lines high before entering the system bootloader. After starting the system bootloader, these lines remained high. They were used to maintain power to t...

SKape by Associate II
  • 358 Views
  • 4 replies
  • 1 kudos

Resolved! Built-in DFU bootloader and bAlternateSetting

Apologies if this is the wrong group for this query. I have implemented a library from scratch which performs the host side of a DFU upgrade (avoids the dependencies in CubeProgrammer_API.dll, for which I could not find source). The code works just f...