Defined Systic Resistors
This commit is contained in:
parent
15a2936dfd
commit
322eb69756
4
main.c
4
main.c
|
@ -1,3 +1,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "tm4c123gh6pm.h"
|
#include "tm4c123gh6pm.h"
|
||||||
|
// SysTick memory-mapped registers
|
||||||
|
#define STCTRL *((volatile uint32_t *) 0xE000E010) // CONTROL AND STATUS
|
||||||
|
#define STRELOAD *((volatile uint32_t *) 0xE000E014) // RELOAD VALUE
|
||||||
|
#define STCURRENT *((volatile uint32_t *) 0xE000E018) // CURRENT VALUE
|
Loading…
Reference in New Issue