Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- You can use global variable which can be accessed in any function as well as in ISR routine. --- Quote End --- However in my case, the variable is allocated dynamically, the size of the variable is unknown until ISR is triggered. Can I declare the global variable and then define its memory allocation later on?