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! STM32H7S7L8H6H XSPI instability

IssueHigher ambient temperatures cause communication malfunctions with XSPI memories.DetailsOur design is heavily adopted from STM32H7S78-DK which also has the same issue described below.The application uses memory-mapped mode for both Flash and RAM ...

STM32U5 FATFS with FreeRTOS

Hi,I'm attempting to write to an SD Card using a Riverdi STM32U5A9 display board.  Since TouchGFX natively uses FreeRTOS, I'm attempting to keep it within FreeRTOS.  Porting to ThreadX has caused it's own issues which I have in a separate thread.  In...

co2meter_0-1763562827680.png co2meter_1-1763562850347.png co2meter_2-1763563015363.png co2meter_3-1763563045901.png

HAL_UART_Init() assert with LPUART at high baudrate

I call HAL_UART_Init() with LPUART1 at 20Mbaud but when I activate assertion it fail at IS_UART_BAUDRATE().The IS_UART_BAUDRATE() is not correct for LPUART that can have a baudrate up to 53.3 Mbaud.Also for UART, the comparaison in IS_UART_BAUDRATE()...

nicolas by Senior II
  • 23 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G071GBUx Bootloader Setup Problem

Hi, I am trying to configure my STM32G071GBU6 to enable reprogramming  the flash throguh USART1. I check the datasheet of STM32G071x8/xB, reference manual RM0444, and application note AN2026. It says I am supposed to configure the PA9 (USART1_Tx) and...

YuXiao by Visitor
  • 125 Views
  • 4 replies
  • 0 kudos

ADC "shorting" analog input to GND

We're using the following circuit to measure a battery voltage @ 20 kHz for use in motor control.We are having some issues though, where the ADC suddenly starts measuring 0 V (0 in the data register) and gets locked in this state. In this state, we a...

DC_bus_measurement.png

STM32N6 is only flashable after POR

Hi,We have a weired problem with a custom N657 design.When using the Nucleo board, its possible to flash the program on the external flash, as long as BOOT1=1.The programmer resets the board and it flashes the firmware normally every time.On our boar...

PWM jitter on a home made card

Hello everyone, Some time ago I asked on this website information about jitter on a PWM : Solved: PWM jitter - STMicroelectronics CommunityThe problem was that when generating a PWM, it wasn't very stable. At the time changing the source clock to the...

EliazLB by Associate III
  • 279 Views
  • 9 replies
  • 2 kudos

STM32F303CCT6 vs STM32F303CBT6

I recently purchased some STMF303 boards for implementing a free pre-compiled HEX file.I received the boards with the STM32F303CCT6 chip, but the pre-compiled file was for the STM32F303CBT6 chip. The HEX loads but does not run on any 303CCT6.Are ther...