This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I needed to use all of RTI TMS470, so I started to read the ARM documentation and tried to use the SysTick, that in the datasheet of the micro I have not found and in fact there is (in Cortex Core) another undocumented timer from TI. Below you find the code of the core peripheral:
typedef volatile struct SysTick
{
uint32_t STCTRL;
uint32_t STRELOAD;
uint32_t STCURR;
uint32_t STCALIB;
} SysTick_t;
#define SysTickREG ((SysTick_t *) 0xE000E010)
Link to the documentation:
infocenter.arm.com/.../index.jsp
I don't know if there are particular reasons for don't use it.
Kind Regards
Riccardo capponi
Hello Riccardo,
For some reason, the suggest/verify answer buttons are not showing on this thread so I can't tell if this information was helpful to you. Please let me know if the information has helped to resolve your problem so I may close the thread.