Matt-Lemcke / Register-Level-Project

Firmware developed in C for the STM32F429 microcontroller with custom hardware abstraction for minimal memory usage
0 stars 0 forks source link

Timeout counter for checking register status #13

Open Matt-Lemcke opened 1 year ago

Matt-Lemcke commented 1 year ago

Use systick timer... or just use a regular timer. Would probably work better. https://www.se.rit.edu/~llk/cmpe-240/lectures/Chapter_11_Interrupt_SysTick.pdf

Matt-Lemcke commented 1 year ago

clocks.h.txt clock.c.txt