Forum Discussion
Altera_Forum
Honored Contributor
9 years agoWhy does Nios II ISR have context parameter?
Since an ISR already has access to global variables and registers, why do we need to have a "void* context" parameter in an ISR? Since the term context is also used in then sense of device/appl...
Altera_Forum
Honored Contributor
9 years agoWhile I have figured out other things about questions I posted earlier, this question really needs answer from someone that has access to esoteric knowledge. Since an interrupt already has access to global variables and thus regiters in memory map, it is not clear why someone would invent the concept of "context" passed to an ISR.