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

ref: cedafa26c880b4f1ffc86f8203b0bf10aabfbf81 stm32h747i-disco-usb-image-viewer/src/delay.c -rw-r--r-- 178 bytes
cedafa26 — Rutherther fix: fifo has to be volatile 5 months ago
                                                                                
1
2
3
4
5
6
7
#include "delay.h"
#include <stm32h747xx.h>

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