|
From: Paul F. <fer...@gm...> - 2015-12-29 19:31:13
|
On Tue, Dec 29, 2015 at 11:21:01AM -0800, Ron Garret wrote: > ron@ubuntu1:~$ /usr/bin/openocd -f stm32f3x.cfg This is where it's obviously wrong. You need to source adapter config before the target config. Or if you have f3 disco, then you can use the board config as in: "openocd -f board/stm32f3discovery.cfg". You seem to be trying to use some out-of-tree config, please do not do that, use upstream configs (that come with OpenOCD) instead. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fer...@gm... |