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

LSE crystal oscillator startup issue with the STM32H743XIH6

To give you an update to the LSE crystal oscillator startup issue with the STM32H743XIH6, we have made some more investigations and this is what we have found.There was a problem with the software, that we found. If we made a Backup Domain reset befo...

0693W00000APhXrQAL.png 0693W00000APhUsQAL.png 0693W00000APhZsQAL.png
MColl.5 by Associate II
  • 1747 Views
  • 4 replies
  • 0 kudos

Resolved! HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout)

I am a new member, I am learning about UART data transmission of MCU STM32F411RE on a nucleon board. I have read and understood the function HAL_UART_Transmit. However, in this function, there is a part I don't understand. I don't understand the mean...

AStar.4 by Associate
  • 2034 Views
  • 3 replies
  • 1 kudos

Resolved! How to install STM32 F3 V1.11.2 use web site zip file

Hello everyone,I am trying to install STM32cubef3 patch v1.11.2 ,the zip file download from st web site, and I already installed STM32f3 v1.11.0, but when I use embedded software packages manager choose the zip file, it always display "Missing depen...

YHsu.1 by Associate
  • 1598 Views
  • 2 replies
  • 0 kudos

Resolved! Stm32l4r9 octospi mode is configured as Quad SPI and memory mapping is enabled, but it cannot be accessed by address. Once the address of 0x90000000 is read, MCU will make hardware error??

1. It is correct to read and write flash through command function when there is no memory mapping enabled( flash:MX25R6435F )2. After memory mapping is enabled, after accessing the address of 0x90000000, the MCU crashes and cannot recognize the chip....

Zlian.1 by Associate II
  • 809 Views
  • 2 replies
  • 0 kudos

Can not debug STM32L552 Nucleo-144 board

I can not debug STM32L552 Nucleo-144 board with STM32CubeIDE 1.16.1Here is output message from IDE:STMicroelectronics ST-LINK GDB server. Version 5.8.0Copyright (c) 2020, STMicroelectronics. All rights reserved.Starting server with the following opti...

tpeng.1 by Associate III
  • 1855 Views
  • 6 replies
  • 0 kudos

What's wrong with this WWDG initialization code?

Based on the info in the STM32 reference manual, I would have thought this code to start up the WWDG would work (after processor reset). // sets up the WWDG with a period of about 1 sec, no lower limit inline void StartWwdg() { LL_APB1_GRP1_EnableC...

AVoel.1 by Associate III
  • 705 Views
  • 2 replies
  • 0 kudos

USART Receive multiple characters

Hello,I am trying to recognize a number sent to USART:If I send '123' over USART to MCU then MCU receives only '3' (the last character). Variable recv has uint8_t (unsigned integer) type. How could I receive the complete number ('123')?I am using STM...

0693W00000AQ4qIQAT.png
Indois by Associate II
  • 1163 Views
  • 2 replies
  • 0 kudos