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! Able to use printf on uart3, but not on uart2

Hello, so I was originally using printf with uart3, and that seemed to work fine. The characters were being printed as expected on a PuTTY terminal that I was using. I was using the following code:/* USER CODE BEGIN PV */ UART_HandleTypeDef *uartHand...

is45_0-1750147553853.png is45_1-1750147674809.png
is45 by Associate III
  • 254 Views
  • 7 replies
  • 7 kudos

Resolved! I3C:direct RSTACT not working as expected

Setup: NUCLEO-H503RB with X-NUCLEO-IKS4A1, using STM32CubeIDE. To familiarize myself with I3C, I am playing around in this setup and have some source code which causes I3C interaction between the controller (Nucleo board) and two targets (daughter bo...

HalloWelt_0-1747216563898.png HalloWelt_1-1747216662128.png HalloWelt_2-1747217051642.png HalloWelt_3-1747217098762.png

STM32H7 QUAD SPI DDR timing

Hello,I have a STM32H75x design and suffer from read errors in DDR timing, no matter if run at 50MHz or slower.It seems that the data hold time of 1ns the H7 is violated. The data output hold time of the SPI NOR MX25L12845 flash is 1ns, which seems t...

regjoe_0-1750052092805.png
regjoe by Senior
  • 217 Views
  • 3 replies
  • 0 kudos

Error: registers may not be the same -- strexb r3,r2,[r3]'

Hi,I am currently using the following microcontroller (STM32F100C8T6B) in my design. I am using the STM32CubeIDE and I trying to build the project, but I am getting the following compiler errors from the "core_cm3.c" fileError: registers may not be t...

WJ1 by Associate II
  • 404 Views
  • 7 replies
  • 2 kudos

Resolved! Understanding STM32F103C8 AD Vref and AD range.

Do I understand the datasheet correctly when I believe the internal 2.1v reference is something internal, and the AD is still operating within VCC/3.3v as upper limit? Copilot suggested this:  // Enable ADC1 and configure itRCC->APB2ENR |= RCC_APB2EN...

pilot by Associate III
  • 2223 Views
  • 6 replies
  • 1 kudos

DMA - USART transfer Peripheral to Peripheral

Hi,I am experiencing a packet loss issue using Peripheral-to-Peripheral DMA between UARTs.While Peripheral-to-Peripheral configuration is referenced in the STM32U585's Reference Manual, it is not available in the HAL library. Therefore, the DMA is co...

lotou by Associate II
  • 382 Views
  • 7 replies
  • 1 kudos

STM32N6570-DK XSPI flash incorrect data

Hello, I use an external flash in memory mapping mode and I have a strange problem. The application is executed from the internal RAM, while the checksum is calculated on the data from the external flash (simple summing of successive bytes in a loop)...

Artur5 by Associate II
  • 294 Views
  • 4 replies
  • 0 kudos

Resolved! VBUS Sensing on STM32N6

Hello,I have a question regarding VBUS sensing on STM32N6.First off, I found theGuide to USB development resources on STM32https://community.st.com/t5/stm32-mcus/guide-to-usb-development-resources-on-stm32/ta-p/790803I also read AN 4879. I want to us...

Panda by Associate III
  • 222 Views
  • 3 replies
  • 2 kudos