Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12600 Discussions

Why does Nios II ISR have context parameter?

Altera_Forum
Honored Contributor II
1,115 Views

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/application context and context switch where value of specific device registers is stored, why then is the same term used to pass optional information to an ISR in Nios II HAL?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
406 Views

While 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.

0 Kudos
Reply