Skip to main content
carlesls2
Associate III
March 21, 2025
Question

is it possible to use the ITM on the stm32g051

  • March 21, 2025
  • 2 replies
  • 967 views

Is it possible to use the ITM or to get debug message from the stm32g051 using the PEmicro multilink universal?

 

carlesls2_0-1742543605753.png

I try to insert this code but aparently there is no CoreDebug on the stm32g051g8.

 

Thank you. 

This topic has been closed for replies.

2 replies

AScha.3
Super User
March 21, 2025

From rm cortex M0+ :

AScha3_0-1742548683880.png

Here is no ITM.

If you feel a post has answered your question, please click on " Best Answer ".
Andrew Neil
Super User
March 21, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.