STM32N6570-DK: Flashing Issue After Reset
I am currently working on the STM32N6570-DK board for a camera-based project.
Development Setup
IDE: STM32CubeIDE (Version 2.1.1)
Tool: STM32CubeMX (with STM32N6 package installed)
Issue 1: Flashing & Boot Behavior
I tested the example GPIO_IOToggle program
The program is flashing and running properly
However, after pressing reset, the code is not running again
To make it run:
I set BOOT1 = LOW and BOOT2 = LOW
After reset, the AI demo code runs instead
My requirement:
How to properly flash the user application into internal flash memory
After reset, the same user code should run automatically
Issue 2: Required Examples / Guidance
I need guidance or reference examples for the following:
1. ST-LINK V3EC configuration
Serial communication setup for debugging (UART / Virtual COM)
Camera Interface
Camera bring-up
2. How to read camera data
Ethernet & Streaming
Ethernet initialization (bring-up)
UDP socket configuration
Streaming camera data to display over Ethernet
Project Goal
Capture camera data and stream it via UDP over Ethernet to a display.
Kindly provide:
Proper flashing steps/configuration
Relevant example projects or documentation
Any reference implementation for camera + Ethernet integration
This will help me move forward with the development.
Thanks in advance for your support.
See separate thread for discussion of MIPI CSI Camera Interface & UDP Ethernet Streaming
