• ETM trace can't work on M4F
    We made a M4F SoC with ETM function. ETM is the original setting of ARM. But I can't use this function with ULinkPro and MDK. Is there something I missed? The ETM port as below: GPIO0.26...
  • configuration clock using CMSIS stm32f7 ?
    configuration clock using CMSIS stm32f7 ?
  • Pros and cons of activating cache in stm32F7
    Hi dear friends, I want to investigate whether it is better to activate caches in stm32F7 or not. For this purpose, I have studied stm32f7 reference manual and I have some questions about what I have...
  • 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...