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

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
  • 21 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
  • 119 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...

TIM 1 Advanved timer sometimes goes high

Hey!I will explain my setup and then paste the code. I have three different timers (TIM1, TIM2, TIM3) sending out PWMs to different parts of my board. All timers are set up the same way; the only difference is that TIM1 is an advanced timer.What I do...

morris by Associate II
  • 87 Views
  • 3 replies
  • 1 kudos

SDMMC+MDMA withou FATFS on STM32H723ZG

Hello everyone,This is my first post on the platform, so please bear with me.I would like to write raw data to an SD card very quickly.After quite a bit of research, I decided to use SDMMC with MDMA, and I want to write directly to the SD card blocks...

davinci by Associate
  • 31 Views
  • 0 replies
  • 0 kudos