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! USART3 (PB10, PB11) not working on NUCLEO-G474RE

Hello,I'm working on a NUCLEO-G474RE board (using the LL libraries available on ST site), and I came across an issue, the USART3 available on the PB10 and PB11 is not working. I tried to generate the same code from the CUBEMX as well but unfortunatel...

0693W000008GNhlQAG.png

Write enable QSPI Macronix MX25L51245G

Hi ,I come to you to ask for help with Macronix MX25L51245G interfaced with STM32L476RG. My QSPI is set to 32MHz.Here what I do :QSPI Reset (0x66 - 0x99)SPI Reset (0x66 - 0x99)Wait for WIP = 0 (SPI)Enter in QPI (0x35) 1 lineWait for QUADEN = 1 and WI...

ACHAB.1 by Associate
  • 781 Views
  • 0 replies
  • 1 kudos

Can't exchange messages FDCAN STM32H743ZI2

Hi, I have two H743ZI2 board. I am trying to send and receive the message with interrupts. When i push the blue button it send the message. But the message is never received.... I already check everything but i can't find the error. I am using a MCP2...

IRodr.2 by Associate II
  • 694 Views
  • 0 replies
  • 0 kudos

Control the tfmini incoming data.

Hi I am using the tfmini lidar sensor with my nucleo-64 board.but the incoming data is so much fast that i can't control it and is going to error handler.It is a over run.Do anyone has any idea how could i control the burst of data.The link for the l...

Flash download error: Failed to open .sim file| IAR Workbench

Hello Everyone,I'm using STM32H7 family microcontroller and when try to debug the code from IAR Workbench there is a error popup on my screen like " Flash download error: Failed to open file 'Project Folder\EWARM\Project\Exe\ProjectName.sim' ". After...

0693W000005918xQAA.jpg
RLalj.1 by Associate II
  • 2422 Views
  • 3 replies
  • 1 kudos

STM32L4 GPIO Behavior on Shutdown

I've read through the datasheet and reference manual for STM32L451REI and have been trying to nail down some definitive answers for GPIO behavior upon SHUTDOWN mode. I can't seem to find them, so I'll ask here.In SHUTDOWN MODE:are pullups/pulldowns f...

stm32g031j6m6 NRST as output not working

Hello. Using NRST as an output. Initial state 1. After loading, I switch to 0 and the MCU is rebooted :(. I used options PA0, PA1, PA2. If I use PF2, then the output is constant 1. MCU stm32g031j6m6. On the STM32G0316-DISCO board, the same MPU works ...