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! STM32 Nucleo H7A3ZI board UART Issue

Hi Community, I am facing very basic issue. My UART in H7A3ZI Nucleo 144 board is not displaying correctly on terminal.  My UART Setting:  huart3.Instance = USART3; huart3.Init.BaudRate = 115200; huart3.Init.WordLength = UART_WORDLENGTH_8B; huart...

mahmanish by Associate II
  • 2811 Views
  • 5 replies
  • 2 kudos

Watchdog timer selection for Project

Hi,I am using STM32G491RE for my product. I want to implement watchdog timer functionality. In the data sheet we have IWDT and WWDT. Which one is best for real time products and I am using HSE for clock. I am planning to use watch dog timer reset tim...

Resolved! H563 will have Hardfault when enable SRAM3 ECC

I am using the Nucleo board (H563) to test the SRAM ECCI have create a new project by board selector.Just have several printf function at main to print out to the SWO.It is working well without setting the SRAM ECC enable.However, once set the SRAM3 ...

JFung.1 by Associate III
  • 2882 Views
  • 7 replies
  • 1 kudos

Resolved! STM32H7 USB Device configurate without USB interrupter

 CubeMX generated a example for USB CDC, and with HAL_PCD_IRQHandler.Now I want use polling method to initial USB,and communicate with host without USB interrupt.So how can I modify it?I had tried to do something ,but it not work.Please help me.1.  d...

SDFSDFDSF by Associate II
  • 1370 Views
  • 6 replies
  • 0 kudos

Unique Id stm32H7

Hello Everyone,I am working on stm32h723zg, and I want to obtaind the serial of the micro controller for the unique id:uint32_t unique_id[3];void read_serial_number(void) {// Unique ID registersunique_id[0] = HAL_GetUIDw0(); // Unique ID Register 1un...

Osability by Associate II
  • 1766 Views
  • 11 replies
  • 4 kudos

Does STM32H7 support ISSI's OctalRAM ?

Hello, thank you for reading this post, sincerely hope to help answer questions.The OSPI interface of STM32H735IGK6 is used to connect ISSI66WVO32M8DBLL to ISSI's PSRAM, which can read and write registers but cannot read and write memory. When config...

Lin_Yishan_0-1722914304757.png Lin_Yishan_1-1722914481420.png Lin_Yishan_2-1722914559326.png

STM32F405 - SPI MPU-6500

Hi,I am trying to communicate with the MPU-6500 from InvenSense and the STM32F405 micro controller in SPI.I managed to read the WHO AM I. And seems to respond well with its value of 0x70.The problem I have is when I want to read the accelerometer and...

Capture d’écran du 2024-08-23 13-42-26.png Capture d’écran du 2024-08-23 13-52-09.png
ELECL.2 by Associate II
  • 1400 Views
  • 4 replies
  • 0 kudos

Resolved! STM32L431 TIM2 Rotary Encoder

Hi, I am having issues using the STM32L431RBI6 to read a rotary encoder.The encoder has a 0-5V output on its 2 channels, and is working with my other STM32 setup (on a STM32L451CCU6).On the STM32L431RBI6, I am using TIM2 configured in Encoder mode, w...