Hello,
I’m currently working to port Chibios on a STM32f437-EVAL board using chibiStudio. Everything seems to work fine but i cannot figure out if the board has been flashed or not…
Here is what i get :
Open On-Chip Debugger 0.7.0 (2013-05-05-10:41)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.html
Warn : Interface already configured, ignoring
Error: already specified hl_layout stlink
srst_only separate srst_nogate srst_open_drain connect_deassert_srst
Info : This adapter doesn't support configurable speed
Info : STLINK v2 JTAG v15 API v2 SWIM v0 VID 0x0483 PID 0x3748
Info : Target voltage: 3.237541
Info : STM32F437.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : accepting 'gdb' connection from 3333
Info : device id = 0x10006419
Info : flash size = 2048kbytes
Warn : acknowledgment received, but no packet pending
undefined debug reason 6 - target needs reset
target state: halted
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x080001f0 msp: 0x20000400
auto erase enabled
wrote 16384 bytes from file build/ch.bin in 1.041060s (15.369 KiB/s)
target state: halted
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x080001f0 msp: 0x20000400
How can I know if the board has been flashed corectly??
Many Thanks!!
Xtick