Hi.
I have an STM32F3 discovery board, and my question is where in the plugin template project that I created for the F3 is the clock setup done. Looking through the code I found the following comment.
“ // At this stage the system clock should have already been configured
// at high speed.”
Where is this setup code?
Also how do observe the output from the trace trace_printf(), and trace_puts(), also fprintf(), and puts() functions? Are they visible in a trace window within Eclipse?
Obviously without a crystal on board nothing will work as yet.
Cheers
mb
Diff:
mostly in src/system
in the debugger output console for openocd sau in the dedicated semihosting swv console for segger
p.s. sorry for the delay :-(
did you figure out where the setup code is?