Question to AN10995

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

Question to AN10995

252 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Lea on Sun Feb 14 09:16:38 MST 2016
This application note explain for cortex M0 the vector table must use interrupt re-direct functions.

I look inside the example code ans could not unterstand where the bootloader use an interrupt function handler.
In xmodem1k.c is define a function static void vTimerStart(uint32_t u32Periodms) and within the function
vXmodem1k_Client the timer is start a few times.

But where is the timer handler, where send another poll?
I only found the interrupt re-direct function void TIMER32_0_IRQHandler(void) inside main.c
Labels (1)
0 Kudos
0 Replies