Hi There,
How could I load a ISR routine to a specific address to enable interrupt? I am using Am3703. From the spec, It seems I need to write an small ARM assembly code into a fixed address (IRQ/FIQ entry PC, 0x00000018 for IRQ). How could I load this compiled ARM assembly to that particular address in Code Composer? Is this the right way to implement hardware interrupt? Thanks for your attention.
Frank