Re: Questions about STM32 support/programming

2025-01-21 Thread Matteo Golin
For reference the command being used and its output is: $ openocd -f interface/stlink.cfg -f target/stm32h7x.cfg -c "program nuttx.bin 0x0800 verify reset exit" Open On-Chip Debugger 0.12.0 Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Info : auto-sel

Re: Questions about STM32 support/programming

2025-01-21 Thread Matteo Golin
Hello everyone, InSpace has manufactured our flight computer now, which is intended to run NuttX. It is STM32H743 based (VIT6 version). We would like to flash one of the existing STM32H743 builds from NuttX onto it to verify that it works before proceeding to create our own board support package.