• Timer as frequency measurement: issue
    Hello everyone, I am using the STM32F407ZET6, amongst other things, for a frequency measurement. The incoming sine signal is converted to a (positive only) square wave signal via hardware, and...
  • Timer as frequency measurement: issue
    Hello everyone, I am using the STM32F407ZET6, amongst other things, for a frequency measurement. The incoming sine signal is converted to a (positive only) square wave signal via hardware, and...
  • How to measure clock cycles with the uVision simulator?
    Hello, I have a few questions about the uVision simulator for the Cortex-M4 floating-point instructions. 1. Does the uVision simulator model Cortex-M4 floating-point instructions cycle-accurately...
  • How to measure clock cycles with the uVision simulator?
    Hello, I have a few questions about the uVision simulator for the Cortex-M4 floating-point instructions. 1. Does the uVision simulator model Cortex-M4 floating-point instructions cycle-accurately...
  • Can we use PMU(Performance Measuring Unit) on Cortex A8 for calculating cycles on Simulator without hardware?
    ARMv7A family members will have PMU on the processor. Using this PMU, we can access cycle counts. Can we relay on this using the simulator?