This project aims to evaluate the camera IP and NPU included into stm32n6 SoC from ST-Microelectronics.
Current status: Peripherals initialized, the YOLOX object detector model implemented.
This project runs directly from SRAM (no secure boot) which aim to ease development workflow. Enable developer mode by switching the BOOT1 jumper to the HIGH position.
Note this project uses MDEPX RTOS which replaces STM32 HAL in full.
NPU input picture: 480x480x3 on Pipe2.
$ sudo apt install gcc-arm-none-eabi
$ git clone --recursive https://github.com/mdepx/stm32n6570-dk
$ cd stm32n6570-dk
$ make clean all
$ make flash-network-data
$ ./gdb-server.sh
$ make run

