We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
We are using MDK V5.26.2.0 with STM32F429 running at 168MHz. We have set up Event Recording which is working well with DWT Cycle Counter, except for the timestamps and deltas calculated in view Event Recorder & Statistics.
According to EventBuffer, the difference for a StartA/StopA event is 5252 cylces and in the Event Statistics view it is displayed as 525,20us (as if the wrong frequency is used for calculation, 10MHz instead of 168MHz).
We already verified, that the frequency in EventStatus.ts_freq is set correctly to 168000000.
best regards, Gregor
@Westonsupermare Pier: You are wrong! As you can read in my first post about this issue, EventRecorder stores the SystemCoreClock in structure EventStatus.ts_freq! So therefor uVision does quiet well know the speed of the processor.