issues on SysTick_Handler_usages

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

issues on SysTick_Handler_usages

517 次查看
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
标签 (1)
0 项奖励
回复
1 回复

502 次查看
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 项奖励
回复