~ruther/stm32h747i-disco-usb-image-viewer

ref: 60e864124ffe6c385a3cf779d8e87ea86b78c859 stm32h747i-disco-usb-image-viewer/src/delay.c -rw-r--r-- 176 bytes
60e86412 — Rutherther feat: add rx data callback, increase tx fifo size 4 months ago
                                                                                
1
2
3
4
5
6
7
#include "delay.h"
#include <stm32h7xx.h>

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