Hi,
I'm writing a bootloader for AT91SAM7SE. I want the flash related code(like erase, write etc) be located in internal ram during runtime.
In the Keil native compiler(CARM) there was a key word __ram to make any function to relocated into Ram, but in the newer version I don't find such method.
If someone has any idea about this please share with me.
Thanks Sachin