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.
Hi,
the bare metal example code in ARM ds giving me mismatched output on clock ticks. debug output is given here.
Cortex-M3 bare-metal startup exampleInsertion sort took 1 clock ticksShell sort took 0 clock ticksQuick sort took 0 clock ticksSysTick interrupt 1SysTick interrupt 2SysTick interrupt 3SysTick interrupt 4
values for clock ticks are not correct here. As per the read me this should be the output.
Cortex-M3 bare-metal startup example Insertion sort took 21 clock ticks Shell sort took 14 clock ticks Quick sort took 14 clock ticks SysTick interrupt 1 SysTick interrupt 2 SysTick interrupt 3 SysTick interrupt 4 SysTick interrupt 5 SysTick interrupt 6
I haven't changed anything on source code. what could be the error here.
Thank you in advance.