• SysTick
    Hi guys, I am trying software timers without using interrupt SysTick->CTRL = 0x5; SysTick->LOAD = 0xFFFFFF; SysTick->VAL = 0; when start the program, what will happen with SysTick->VAL = 0; it...
  • SysTick
    Hi guys, I am trying software timers without using interrupt SysTick->CTRL = 0x5; SysTick->LOAD = 0xFFFFFF; SysTick->VAL = 0; when start the program, what will happen with SysTick->VAL = 0; it...
  • Systick precision
    Hi all, To prove that my code was configuring the systick counter correctly, I did a small test. To measure the interval length between each SysTick interrupt handler I used SWV in combination with...
  • systick problem
    hi i am trying to display the execution time with the systick : i read that there is a limitation to the size of this timer so i tried to add this function many times ,i though of summing the result...
  • Systick precision
    Hi all, To prove that my code was configuring the systick counter correctly, I did a small test. To measure the interval length between each SysTick interrupt handler I used SWV in combination with...