Forum Discussion
Altera_Forum
Honored Contributor
19 years agoThanks, I get that. Then do you have any suggestions as to how to put the static ISRs into seperate source files? As they are static, they will not compile without error due to the scope of a static var/function. I've (obviously incorrectly) gotten around this in the past simply by not declaring them static.
Regards, Kevin --- Quote Start --- originally posted by david_cai@Jul 17 2006, 09:20 PM when you use c++ to develop your code, you'll need the context pointer to pass object pointer to isr. because isr should be static.
fyi.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16971)
--- quote end ---
--- Quote End ---