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

STM32H563 SPI LCD display interface

I am trying to interface a STM32H563 to an LCD using the ST7789v controller over SPI.To test I'm just sending the LCD initialization as specified by the datasheet shown below...//-------------------------------Hardware reset--------------------------...

PFlor.2 by Senior II
  • 1951 Views
  • 0 replies
  • 0 kudos

Resolved! SPI with DMA is not working in stm32g0

Hello, Currently I am trying to configure SPI with DMA, where i am only using DMA for Transmit and Not for Receive, I have generated the code through STM32cubeIDE, i have c=external clock at 16mhz and my Baud rate is 4Mhz. i am not using any SPI inte...

STM32H7 SDMMC ACMD51

Hello,I'm migrating the code from stm32f4 to stm32h7 and stuck with SDMMC ACMD51 command. This command reads SD configuration register via data lines (8 bytes total).Is there is any way to configure this request to set DBCKCEND flag when it receives ...

AShir.10 by Associate II
  • 745 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F417VGT VCAP Voltage Problem

Hi everyone!I am having a hard time making my design work.I prepared a long list of what I did and what I observed to paste into ChatGPT.I am pasting the exact text below:I designed an digital circuit using STM32F417VGT microcontroller.I applied 3.3V...

SalihKun by Associate II
  • 3554 Views
  • 12 replies
  • 5 kudos

emmc interfacing with NUCLEO board

I’m interfacing the STM32H755ZI-Q Nucleo board with an MTFC8GAMALNA-AAT eMMC. What configurations are necessary for this interfacing? I’m also getting warnings in the RCC configurations. Could you guide me on the settings needed for SDMMC1 and FATFS,...

sai1 by Associate II
  • 540 Views
  • 0 replies
  • 0 kudos

Resolved! Questions about SPI6 and BDMA

We are trying to transmit data using SPI6 and BDMA.When we perform the following process, we are able to transmit 1 byte + 1 bit of data, but after that, MISO outputs High no matter what the value of the transmitted data is. What is wrong with this? ...