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! 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 Associate
  • 100 Views
  • 4 replies
  • 0 kudos

STM32H533CET6 ADC Reading

I am encountering an issue with ADC readings on a custom board based on the STM32H533CET6.Hardware Setup: I have a simple analog filter connected to the ADC input. I have verified the input signal with a multimeter, and it correctly varies from 0V to...

obraz (9).png obraz (8).png obraz (7).png obraz (6).png
Karol123 by Associate
  • 100 Views
  • 2 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
  • 280 Views
  • 13 replies
  • 8 kudos

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 ...