2014-12-18 02:57 AM
now I have 2 hex files running independently, to perform context switching i am using a systick timer, now should i use a single vector table to link them by calling same ISR, or define 2 Vector tables and call 2 different ISRs. In either case how to link them.
2014-12-18 04:20 AM
2014-12-18 05:02 AM
Perhaps there is a better way to partition the functionality?
You could put the vector table in RAM and then register each interrupt vector/routine in a more dynamic fashion.