• STM32 Connectivity Line in System Viewer
    Hello First, im using MDK ARM Std. 4.20. In our project we have a STM32F107VC (M3, Connectivity Line) and i am currently adapting the STM32_Init.c to be more useful (PLL2+PLL3 settings, more peripherals...
  • STM32 Connectivity Line in System Viewer
    Hello First, im using MDK ARM Std. 4.20. In our project we have a STM32F107VC (M3, Connectivity Line) and i am currently adapting the STM32_Init.c to be more useful (PLL2+PLL3 settings, more peripherals...
  • 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...
  • Stderr - ITM - SWO
    I begin with Keil and STM32 and try to understand the logic and rules. I'm thinking about getting an error and debug messages to the SWO. I found in Manage Run Time Enviroment , Complielr STDERR with...