Part Number: MSP432P401R
Tool/software: Starterware
The driverlib starter code for the Systick module uses Interrupts. Is there example code that uses Systick as a simple timer without Interrupts e.g. grabbing the current value for the timer? I thought I could make a simple change to the Systick interrupt example code but I keep getting the following error:
Description Resource Path Location Type
unresolved symbol SysTick_Handler, first referenced in ./startup_msp432p401r_ccs.obj Lab4 C/C++ Problem