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! Flashing AI Model into STM32N6570-DK

I have the STM32N6570-DK board, and I was able to execute the example from:- https://github.com/STMicroelectronics/STM32N6-GettingStarted-ObjectDetectionFollowing the steps provided in the workshop:- https://www.youtube.com/watch?v=29EUWNwfywI&list=P...

Question regarding STM32F411RE option bytes 0xFF issue

Hello. I am currently developing a board using the stm32f411ret6 chipset. I confirmed that the first firmware download worked properly on one of the boards I am developing. However, after attempting to download the second firmware, I encountered an i...

MKIM.3 by Associate II
  • 249 Views
  • 4 replies
  • 0 kudos

Resolved! One-time UART DMA data mismatch

Hello all, This is my first post on here, if I am in error at any point please direct me to any relevant posting guidelines. I am developing a sender-receiver solution involving two STM32H753 microcontrollers, both on ST's NUCLEO-STM32H753 boards. I ...

Screenshot from 2025-09-05 10-48-10.png

STM32N6570-DK MIPI CSI-2 D-PHY Camera Issue

Hello teams,I tried to use STM32N6570-DK DCMIPP Pipe0 to read data from my camera that has own ISP. The camera output format is UYVY (YUV422 BPP16). The issue is that I can't get any data from DCMIPP and CSI-2 Host, I only received SOF and EOF events...

Nian8113 by Associate
  • 232 Views
  • 1 replies
  • 0 kudos

STM32H7S7L8H6 interface with eMMC

Hello Team, We are planning to use STM32H7S7L8H6 in our new design.We want to interface IS21EF04GP-JQLI-TR eMMC with STM32H7S7L8H6.So, for this STM32H7S7L8H6 required only 3.3V supply right?It will be to communicate with eMMC IS21EF04GP-JQLI-TR. So, ...

JK1234 by Associate II
  • 284 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H723 large ADC offset

Hi, I'm already aware of the application note from https://www.st.com/resource/en/application_note/an5354-getting-started-with-the-stm32h7-series-mcu-16bit-adc-stmicroelectronics.pdf but as it does not cover STM32H72*-MCUs, I have to afraid I need to...

STM32N6 DCMIPP Pipe0

When working with the DCMIPP Pipe0, what configuration must be done in order to receive a frame? I've followed similar steps as to the provided examples in the N6 1.2.0 repository: DCMIPP init -> sensor probe -> pipe start. I've verified my sensor is...