• Reset coverage when running ETM
    When running ETM trace on a STM32 MCU the uVision function "Reset complete code coverage" doesent work, is this a bug or are there som settings that must be made? Regards, Erik
  • Reset coverage when running ETM
    When running ETM trace on a STM32 MCU the uVision function "Reset complete code coverage" doesent work, is this a bug or are there som settings that must be made? Regards, Erik
  • Interrupt is not generated when running simulator.
    When I insert a breakpoint in an interrupt, ex. Interrupt 0. Then, I generate an interrupt, using PORT3, in a button that I created for Toolbox. However, the interrupt is not generated, if the simulator...
  • Interrupt is not generated when running simulator.
    When I insert a breakpoint in an interrupt, ex. Interrupt 0. Then, I generate an interrupt, using PORT3, in a button that I created for Toolbox. However, the interrupt is not generated, if the simulator...
  • how dose the PC run to startup.s when the mcu reset
    Hi,dear enginner: i want to know how the PC run to startup.s when mcu reset? The Definitive Guide to the ARM Cortex - M3 says address 0x00000000 is MSP‘,address 0x00000004 is ResetVector. But when...