• Reading from cortex debug + ETM
    Hello, I'm trying to configure a STM32F400 board so that I can read from the Cortex Debug + ETM using the gpio pins. Is this possible? The pins are so small that it would be difficult if not impossible...
  • 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 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...
  • 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...