~ruther/uni-mam-arm

ref: 3789894a7dbda0e114dbfccb85c8ff7a2cb93690 uni-mam-arm/arm01/src/delay.c -rw-r--r-- 176 bytes
3789894a — Rutherther fix(arm04): dot position when empty digits 6 months ago
                                                                                
1
2
3
4
5
6
7
#include "delay.h"
#include <stm32f4xx.h>

void systick_configure() {
  SysTick->LOAD = SYSTICK_LOAD;
  SysTick->CTRL = SysTick_CTRL_CLKSOURCE_Msk | SysTick_CTRL_ENABLE_Msk;
}
Do not follow this link