2014-10-27 06:12 PM
Terminal says:
Open On-Chip Debugger 0.8.0 (2014-04-28-08:42)Licensed under GNU GPL v2For bug reports, read http://openocd.sourceforge.net/doc/doxygen/bugs.htmlInfo : This adapter doesn't support configurable speedInfo : STLINK v2 JTAG v21 API v2 SWIM v5 VID 0x0483 PID 0x374BInfo : using stlink api v2Info : Target voltage: 3.250693Info : stm32f3x.cpu: hardware has 6 breakpoints, 4 watchpointsInfo : accepting 'gdb' connection from 3333Info : device id = 0x10016439Warn : Cannot identify target as a STM32 family.Error: auto_probe failedError: Connect failed. Consider setting up a gdb-attach event for the target to prepare target for GDB connect, or use 'gdb_memory_map disable'.Error: attempted 'gdb' connection rejected #stm32f3 #openocd2014-10-27 07:36 PM
Perhaps you can review the source, configuration files, and documentation and work out how to add a new chip identifier?
2014-10-29 06:46 PM
# This is an STM32F3 discovery board with a single STM32F303VCT6 chip.
# http://www.st.com/internet/evalboard/product/254044.jspsource [find interface/stlink-v2.cfg]source [find target/stm32f3x_stlink.cfg]# use hardware reset, connect under resetreset_config srst_only srst_nogateI was wondering what's the difference between F302 and F303?2014-10-30 04:33 AM
Hi,
Please ensure that you are using SWD instead of JTAG connector. Discovery/Nucleo Boards support only SWD Debug Interface. Best Regards, Nouha