2019-02-06 04:37 AM
2019-02-06 04:43 AM
Via a USART or SWV connection?
For SWV make sure the SWO solder bridges are made, the trace frequency matches the core settings, and that you have retargeted output using ITM_SendChar.
Posted working examples in past and Keil has app notes on this topic.
2019-02-06 04:43 AM
Via a USART or SWV connection?
For SWV make sure the SWO solder bridges are made, the trace frequency matches the core settings, and that you have retargeted output using ITM_SendChar.
Posted working examples in past and Keil has app notes on this topic.
2019-02-06 04:51 AM
Hello Clive ,
Via SWV connection, Since i am new to STM32 i dont have a deep knowledge,
Could you please share any link for the same ? How to find the examples ?
regards,
Renjith
2019-02-06 04:59 AM
Use search or Google
Review User Manual for STM32F429I-DISCO board to understand solder bridges.
Review Keil App Notes
2019-02-06 06:50 AM
Hello Clive,
Thank You for your advise, it worked !!
The issue was SWO solder bridges were not made(SB9).
Regards,
Renjith