• MCB2300 V3.1 ETM Connector Pinout Schematic
    Where can I find the corrected ETM pinout for the MCB2300 Ver 3.1 schematic?
  • ETM not working on stm32f7
    i am using stm32f7 and for debugging ulink pro, i have tried to enable ETM but not succeeded. the connector i am using is, where traceD0-D3 are PE3-PE6. the *ini file i used is 01. /*---...
  • etm trace on stm32f429
    hi i need to use 4pins etm trace on stm32f429 but i have this problems: 1- i cant trace when core clock is more than 100 mhz? 2-if i chose core clock to 100 mhz and run program for a few seconde...
  • ETM of ARM Cortex M4
    Hi i'm using Nucleo board F401RE. i want to activate the ETM but not using a kit debugger. i have to modify manually the value of some registers. i downloaded two datasheet: 1) ETM...
  • Difference between ITM and ETM and why we go for ETM
    Recently, I came to know about ETM(Embedded Trace Macrocell). This is to trace instruction of program to know the bugs. The same can be achieved by ITM(Instrumentation Trace Macrocell) by using printf...