Failure to launch
Analysis:
when
(o) Use defult script
is used (see picture in post #5) there are at least 2 stm32f4discovery.cfg files in AC6 that could be used - they are different;
C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_1.8.0.201603291114\resources\openocd\scripts\board
containing;
source [[find interface/stlink-v2.cfg]]
transport select hla_swd
source [[find target/stm32f4x.cfg]]
reset_config srst_only
C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_1.8.0.201603291114\resources\openocd\scripts\st_board
containing;
source [[find interface/stlink-v2.cfg]]
source [[find target/stm32f4x_stlink.cfg]]
# use hardware reset, connect under reset
reset_config srst_only srst_nogate
it is NOT possible to see or control which is used from the dialog - since the browse button is grey.
the openocd console output/log also does not seem to show which is used.


