Flash module copy from flash to ram at run time

Joined
Apr 20, 2008
Messages
5
Reaction score
0
Location
Bangalore INDIA
Friends,
I want to copy the Flash utilities (read,write,erase...) to RAM at ARM startup code (start.S). I tried to use #pragma (at beginning & end of flash utility file) sections are defined in linker script file. then in startup code i copied the whole file from flash to RAM (refered LD file for this section for start & end address). But i am not sure that my code is copied to RAM at run time and not sure about these functions are pointing to RAM address instead of FLASH address. I got some details from this forum. pelase provide me more detials.

Thanks in advance.
M.L.Khanapuri, Bangalore INDIA
([email protected])
 

Latest threads

Back
Top