Hi folks,
i need to make some tracing campaign of my program execution on the stm32f4discovery board.
Is this possible with OpenOCD? Where i can find some documentation about?
Thanks
Hi folks,
i need to make some tracing campaign of my program execution on the stm32f4discovery board.
Is this possible with OpenOCD? Where i can find some documentation about?
Thanks
Hello trelaron,
Warning: this may be completely wrong.
Real time trace:
printf** via jtag:
**I said printf but there is no formatting - it support raw words, halfwords, chars, and strings.
Thanks for the reply hsutherl !!