• 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...
  • 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...
  • support for earlier LPC
    Can the new c51 compiler specifically created for the new LPC932 be used for the earlier like LPC764?
  • support for earlier LPC
    Can the new c51 compiler specifically created for the new LPC932 be used for the earlier like LPC764?
  • How can I use ETM by using TM4C123GH6PM+KEIL+ulink pro
    A few days ago, I tried to use ulink pro+keil to test the code coverage of stm32f103, and I completed the task successfully. Now, I want to test the code coverage of TM4C123GH6PM. I enabled the clock...