issues on SysTick_Handler_usages

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

issues on SysTick_Handler_usages

231 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RatheeshT on Tue Jan 12 06:09:27 MST 2016
Hi ,

    When i am running or debugging my application in LPCXPRESSO , program control comes into the below function

__attribute__ ((section(".after_vectors")))
void SysTick_Handler(void)
{

while(1)
    {
    }

}

( which is available in the " cr_startup_lpc11axx.c ")

Queries are :

1. Whether is this behavior normal or not ?
2. can i add my part of codes here?
3. if it is not correct , please give me your suggestions

Hardware: LPC11Axx series
Platform : Windows-7
IDE : LPC Xpresso 7.9


Thanks in advance


Regards,
Ratheesh T
Labels (1)
0 Kudos
1 Reply

216 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue Jan 12 07:03:18 MST 2016
Read:

https://www.lpcware.com/content/faq/lpcxpresso/startup-code-interrupt-handlers

Regards,
LPCXpresso Support
0 Kudos