cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to use the ITM on the stm32g051

carlesls2
Associate III

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. 

2 REPLIES 2
AScha.3
Chief III

From rm cortex M0+ :

AScha3_0-1742548683880.png

Here is no ITM.

If you feel a post has answered your question, please click "Accept as Solution".

It's a Cortex-M0+ - it has no ITM:

https://community.arm.com/support-forums/f/architectures-and-processors-forum/8383/trace-debug-functionality-in-arm-cortex-m0

 

Please note How to insert source code - not as images.

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.