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! NUCLEO-H753ZI: Communication with PC

I'm trying to use my NUCLEO-H753ZI board to send some message to my PC using UART. I read from the data sheet that USART3 is connected to the ST-LINK for the Virtual COM Port (VCP), and USART3 can directly transmit messages to the PC. However, in the...

Screenshot 2025-03-06 at 21.54.57.png
doronzzz by Associate II
  • 692 Views
  • 3 replies
  • 0 kudos

Tutorial of SPL2LL converter

Posted on July 17, 2017 at 15:49Hello ,  It's a good news , ST finaly develop a application to migrate from SPL to LL ,there's any tutorial please , how to use this convertor , what's the exeption .... Best regards #migrate #migrate-from-stmf4-to-st...

Resolved! STM32U5 HSE Crystal

I'm currently at schematic stage designing a board based around the STM32U5G9ZJT6Q. The PCB will be produced and assembled by JLCPCB, so I had a look for a HSE crystal they have in stock and found this:https://jlcpcb.com/partdetail/YangxingTech-X3225...

STM32U5_HSE.png
AMars.4 by Associate III
  • 494 Views
  • 3 replies
  • 2 kudos

Read Protection level 1

When I tried to enable read protection level 1 through STM32Cube Programmer(using ST link and J link), I was able to do so successfully. However, after enabling read protection, none of the peripherals worked properly—specifically, the push button an...

kRaje.1 by Associate II
  • 679 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H7 GPIO control by both M4 and M7

Hello,I have a GPIO pin that is owned and used by the M4, i.e. Pin Context Assignment.  But on power-up, I'd like the M7 to do some work with it, toggle the state, before it starts the M4.  Is it possible for the M7 to programmatically take ownership...

R_DSP by Associate II
  • 404 Views
  • 2 replies
  • 1 kudos

SPI Master, Slave Issue

Dear ST Team,I am currently working with the STM32F407 board and implementing SPI communication between a Master and a slave. While the slave does respond to data sent by the Master, I am encountering an issue where the received data sometimes rolls ...

Resolved! Trying to run a blinking LED on STM32H755ZI-Q

Hi, am new to STM32 and i am trying to configurate my Nucleo but i don't understand my problem i am trying to setup a basic blink code with the basic structure (serial port communication with putty , debugger stlinkv3 and communication between cores ...