Content originally posted in LPCWare by black_ghost on Thu Oct 13 10:43:24 MST 2011
Quote: whitecoe
And what might the errors actually be? Its hard to see your screen from here :p
PS - if you want to post code on the forum, then please use the formatting (the # button in the forum editor) or even attach the code as a file to your post.
My error comes from
if (SysTick_Config(SystemCoreClock / 1000))
{
while (1);
}
the compiler tells me undeclared SysTick_config and SystemCoreClock.
I have been reading on the SysTick Operation from the user manual and seem to understand it but dont know where to begin if u could explain, break down the Systick Time operation or give an example that would really help thanks.