• STM32H7 CAN FD issues
    Hi everyone, I find myself working on a board with this microcontroller and I just have to get the CAN bus working. I have never done any programming with neither CAN or this micro. The issue I...
  • Access ETM without using a debug kit
    Hi i'm using Nucleo board F401RE. i want to access to ETM with code. i'm using IAR Embedded Workbench My code: #define ETM_CR 0xE0041000 // Address of ETM_CR #define ETM_LAR 0xE0041FB0...
  • ETM not working on stm32f7
    Hi, i am using stm32f7 and for debugging ulink pro, i have tried to enable ETM but not succeeded. the connector i am using is, trace_D0          PC0 trace_D1          PC8 trace_D2          PD2 trace_D3...
  • What's the difference between ETM and Debug?
    In the ARM core such as cortex-R4, it has ETM and Debug so I want ask What's the difference between ETM and Debug?