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

UART stops transmit after 20 minutes?

 I am using the STM32 G431RBT6 chip and UART 3 for data transmission. The transmission works normally, but after about 20-30 minutes, it suddenly stops completely. Here is the function I am using to send data:  bool SendByteUart3(uint8_t byte) {   HA...

CuongLee_0-1718591503367.png
CuongLee by Associate II
  • 925 Views
  • 2 replies
  • 0 kudos

FSMC vs FMC in parallel LCD display i stmF4 series

Hello, I have a question about the FSMC and FMC protocols in the F4 series. Well, I have a configured 4" waveshare display configured for FSMC in STM32F407G. Due to lack of space in the flash, I am forced to add memory (I want to do it using QUADSPI,...

Resolved! GPIO not working by baremetal programming

Greetings, I am trying to blink LED using baremetal programming. I am just starting bare metal programming. My LED on Nucleo - F070 board is not being turned ON. I checked register values on data sheet and user manual and it seems to be correct. RCC ...

jsoda.1 by Associate III
  • 1788 Views
  • 5 replies
  • 1 kudos

MIPI DSI

How to connect two MIPI DSI LCDs to an STM32 microcontroller such that both displays receive identical data?

Bare Metal FDCAN on STM32G491

Hello,I am trying to implement the FDCAN in classic mode on the STM32G491 without the HAL. But I am havin trouble understanding how to configure and then use the CAN SRAM. I am not using the HAL nor CMSIS nor anyting else. Just the basic register def...

STM32H743VGT6 与RTL8211E-VB使用MII Full Duplex Only模式无法正常工作

您好:        我现在使用的RTL8211E-VB的PHY芯片,,PHY芯片的数据手册中明确表示了,ETH_TX_CLK信号是需要由单片机产生。如下图所示:     而STM32H743VGT6单片机在HAL_ETH_Init函数中会在下面这段代码中返回错误:  /* Wait for software reset */ while (READ_BIT(heth->Instance->DMAMR, ETH_DMAMR_SWR) > 0U) { if (((HAL_GetTi...

GeQingSong_0-1718416836083.png

Resolved! power consumption vs. clock rate 32L4xx ?

hello all;i wondered if there are good guidelines for power consumption vs. clock, and, how low can the processor clock run? complex, i think, especiallly if one needs to run certain peripherals like ADC, or i2c... thanks!

Lohi by Associate III
  • 1885 Views
  • 7 replies
  • 4 kudos