• 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...
  • MCB2300 ETM problem
    Dear all, I uses MCB2300 ver3(LPC2360 on it). JTAG connection has no problem. I bought JTAGJet-Trace256K(signum), and a tyco-amp connector for ETM coneection whose pattern is printed on MCB2300...
  • 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 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...