Wednesday, August 12, 2020

MasterSar: OS porting

Gendata/Src/intvectC.c - Interrupt Vector Table defined.

BSW/OS/isrmacro.inc - EnterISRMac and LeaveISRMac Definitions. (??????_cat2)

Gendata/Src/intvect.src - Wrapper functions for the Interrupt Service Routines called from Interrupt vector table

Two interrupts for Os. 1) osDelayedIntfunc() for just generating an interrupt on next cycle, so that the scheduling will be carried out.

2) osTimerInterrupt(): For other Timer purposes.




No comments:

Post a Comment