Hello,
I am trying to load ISR function to L2SRAM. I assigned ISR function to L2SRAM by CODE_SECTION and checked it is in L2SRAM area in map file.
I loaded and checked again by ROV tool. I saw four HWI function, but the address of my ISR function was not what I expected.
It looks that the meaning of address of basic tab is different from function loading address.
Anyhow I don't know what is the difference in operation when address area is in L2SRAM and when in DDR3.
Can I get more detail explanation and how to move instance address to L2SRAM from DDR3?