Tool/software:
Hi,
I am trying to modify the empty example code to implement a basic scheduler mechanism which supports context switching.
To keep up the system time trying to use the systick functionality. Have modified the startup file found under the kernel specific startup folder and updated the vector table to point to syctick_handler defined in main application. configured systick using SysTick_Config for 48000 ticks to get 1 second interrupts.
But seems like the systick_handler is never called and while debugging and adding a breakpoint to my sytick_handler it pops up an error message saying there is no code associated with line in project.out file.
Any help would be highly appreciated. May provide the project source if needed.