Hi,
I'm working on a project using the TM4C123GH6PM where I have an interrupt routine that needs to save GPIO ports data into RAM but because of tight timing constraint, I'm programming part of the ISR with inline assembly instructions. Is there a way to tell the assembly code the address of an array or a variable declared in C?
I searched the web and this forum but I couldn't find how to do this.
I'm using Code Composer Studio 5.5.
Thanks,