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

STM32N6 I2C Logic Levels

I have an I2C device that only operates with 1.8V logic (Pins are not 3.3V tolerant) that I want to connect to the STM32N6.  I don't want to add an I2C redriver if I can avoid it.  I want to keep as many of my I/O pins on the STM32N6 powered from 3.3...

Lucky1 by Visitor
  • 52 Views
  • 3 replies
  • 0 kudos

UART not working at High speed

Hello, I’m trying to transmit data at 2.5 Mbps (2500000 baud), but I’m not receiving any output. The same code works correctly at 2 Mbps, so the issue only appears when using 2.5 Mbps.I tested both 64 MHz and 40 MHz clock configurations for the UART....

Rohit007 by Associate III
  • 149 Views
  • 10 replies
  • 4 kudos

STM32H7S7L8H6 Quad SPI - VDDXSPI supply voltage

Hello Team,We are planning to use STM32H7S7L8H6 in our design. With this part we want to integrate quad SPI Flash memory (Part Number :  W25Q128JVPIM with 3.3V Vcc).So, in STM32H7S7L8H6 VDDXSPI supply voltage 3.3V is ok, right? Thanks & Regards,Jigne...

JK1234 by Associate II
  • 197 Views
  • 2 replies
  • 0 kudos

STM32G031K8 consumes 100uA in Stop1 mode

Hi,I am currently working on the firmware of a PCB with an STM32G031K8T6 as the MCU, supplied by a 1.8V voltage.When I enter Stop 1 mode, the consumption of the MCU drops to 100uA, instead of the 7uA stated in the datasheet.The app_stop function is a...

levantg by Associate
  • 535 Views
  • 9 replies
  • 0 kudos

Fault handler, stack frame

Hi.I am trying to test out a fault handler for our STM32G (right now, the fault handler just tries to determine the location of the code that caused the fault).If I force a fault (divide by zero) in "normal" non-interrupt handler code, I can easily r...

Resolved! USBx MSC demo not working on stm32h5 discovery board

I've just brought the stm32h573i-dk dev board and what to become familiar with Threadx and USBx. I have a uni project coming up that I would like to use the board as a msc device but struggling to get the board to enumerate with the PC. I have tried ...