Remotely resetting a STM32H7 eval board
I want to remotely reset and start a STM32H753 eval board.The board is connected to a PC through STLink and on this PC I run STLink-gdb-server in persistent mode.ST-LINK_gdbserver.exe -d -e -v -p 61234 -a 400000000 -b 200 -i *** -cp "***"On my develo...