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! ST bootloader - pin states

Hi,I'm currently gaining experience with the STM32G4, whose ROM bootloader supports various interfaces. AN2606 describes the configuration of the pins occupied by the interfaces.Various pins are operated in push-pull mode, which can lead to undesirab...

kf_SEA by Associate II
  • 1126 Views
  • 3 replies
  • 0 kudos

How to check ROM and RAM?

We are trying to add built-in self-test capability to a program we are developing.Specifically, we would like to periodically check ROM and RAM. Are there any sample programs for those? [MCU] STM32F412VGT6

UART only works while ST-Link is connected

I'm using an ST-Link broken off from a NUCLEO board to program a custom board with an STM32G4A1 on it. The issue is that UART transmission only seems to work while the ST-Link is connected - probing the line with a scope shows no activity when the ST...

jm-vdai by Associate
  • 820 Views
  • 2 replies
  • 2 kudos

Resolved! LTDC problem

Hello,i have problem with custom board assembled with STM32F767BIT6. I'm trying to interfacing LCD-TFT DEM 800480K3 TMH-PW-N which is assembled by HX8264E, HX8664B drivers. I'm using RGB888 interface configured via STMCubeIDE filled by resolution 800...

Petr3_0-1710007166195.png Petr3_1-1710007197328.png Petr3_2-1710007231808.png Petr3_3-1710007261454.png
Petr3 by Associate III
  • 1597 Views
  • 2 replies
  • 1 kudos

No trigger of HRTIM burst DMA controller

Hi,I want to update multiple HRTIM registers with a single DMA request on a STM32G474RE. To do this, I am trying to follow this simple Getting started with HRTIM tutorial, which has a section "#To_go_further_about_DMA_burst" on the board "B-G474E-DPO...

PGONOVEA by Associate
  • 1107 Views
  • 1 replies
  • 1 kudos

Resolved! On board SPI to SPI in STM32F207ZGT6

#include "main.h" SPI_HandleTypeDef hspi1; SPI_HandleTypeDef hspi3;   UART_HandleTypeDef huart3;   /* USER CODE BEGIN PV */ char spi_data_tx[1]={'1'}; char spi_data_rx[1]={'0'}; void SystemClock_Config(void); static void MX_GPIO_Init(void); static ...