2026-04-10 6:19 AM
I am working with the STM32N6-GettingStarted-ObjectDetection demo. I found that doing a full chip erase wipes some bootloader code. I was able to get my project going again by flashing the .hex file that came with the STM32N6-GettingStarted-ObjectDetection demo, the loading my code. Digging around on the net suggested that the prebuilt demo has a bootloader. I have been unable to locate the bootloader.
Can you provide me with the bootloader, preferably as a .hex file?
Solved! Go to Solution.
2026-04-12 10:54 AM
Hello,
the bootloader seems to be available in the repository in question:
2026-04-12 10:54 AM
Hello,
the bootloader seems to be available in the repository in question:
2026-04-20 1:44 PM
One thing I noticed, the load address for my code is 0x70100000 and the bootloader suggested above has the load address to somewhere that's not 0x70100000. Be aware of this little issue if your code seems to die an untimely death.