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! Gravação mult

I would like to know how I can program 2 MCUs (stm32wb55cgu6) simultaneously.Currently, I am programming the FUS and BLE binaries (firmware developed by the company).We need to double production, but I can't program via DFU because an error always oc...

Resolved! Calibrating the STM32's real-time clock (RTC)

I have an STM32L011F4P6 with an RTC.  It is running at 3.3V and 16 MHz off the internal HSI RC clock.  The RTC is driven by a +/-20ppm 32.768 KHz crystal.  It is running at room temperature (23-25C).  After calibration, I am losing several seconds pe...

STM32H723 SPI clock issue

In my project I've set the SPI clock to 125MHz; with a SPI prescaler value=4 all works good, when I set it to 2 the SPI stops working and ther is no clock signal.Any helps ? Thank youCarloV

carloV by Associate III
  • 178 Views
  • 11 replies
  • 2 kudos

Resolved! 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
  • 200 Views
  • 4 replies
  • 1 kudos

Resolved! STM32H7R3 PSSI RDY/DE bug

Hello,I dug deeper into PSSI behavior, and and I observed unwanted behavior. From my point of view it is a bug.PSSI is configured as:OUTEN = 1 (transmit mode)CKPOL = 0 (outputs driven on rising edge, inputs sampled on falling edge)RDYPOL = 0 (0 at in...

pssi3a_valid.png pssi1a.png pssi2.png

STM32U5 DCMI DMA is not working as expected.

Hello,    We have developed an image capturing application successfully based on STM32H7xxxx and OV7725 camera. We are now targeting to port the application to target STM32U5xxxx with the same camera. But it looks the DMA doesn't works as expected. T...

DCMI GPIO.jpg DCMI NVIC.jpg DCMI parameters.jpg GPDMA1 channels.jpg

Resolved! STM32G4 ADC offset correction in oversampling mode

Hello @Imen.D , A side question: RM0440 for G4 says oversampling mode does not support offset. Any change to this position as like the H7 change?  Solved: 'H7 ADC offset correction in oversampling mode - STMicroelectronics Community Thank you. SK

CSK by Associate
  • 148 Views
  • 3 replies
  • 1 kudos

STM32C071 NUCLEO Start USB DFU Bootloader

Hi,how do I start the USB DFU Bootloader with a STM32C071 Nucleo? I tried it while putting Boot0 to high and pressing reset or do a power cycle but the STM32 DFU does not show up in the device manager. I connected USB to the NUCLEO extra USB port of ...