Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

How to return value(s) in NIOS interrupt (ISR) function?

In the reference the return value is void, but how about I want to allocate a new variable in ISR and access it later in the main function? Thanks!