2015-07-19 02:02 PM
Hi,
I have a Nucleo Board, STM32F072R8, and I followed this to develop on Mac OS X using Eclipse IDE. Build Project it's complete but it's an error occurs when I do Debug:target extended-remote localhost:3333
localhost:3333: Operation timed out.
monitor reset init
''monitor'' command not supported by this target.
load
You can't do that when your target is `exec'
monitor reset halt
''monitor'' command not supported by this target
Why?
But first a error occurs whit OpenOCD:
Open On-Chip Debugger 0.9.0 (2015-05-28-12:05)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
WARNING: target/stm32f0x_stlink.cfg is deprecated, please switch to target/stm32f0x.cfg
Info : auto-selecting first available session transport ''hla_swd''. To override use 'transport select <transport>'.
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
adapter speed: 1000 kHz
adapter_nsrst_delay: 100
none separate
srst_only separate srst_nogate srst_open_drain connect_deassert_srst
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : clock speed 950 kHz
Error: open failed
in procedure 'init'
in procedure 'ocd_bouncer'
Regards
#osx #stm32 #stm32f0 #stm32f072