I know that this question was already asked and aswered in this forum but I can't find information that help me. I want to move all my flash related code to ram so I can program/erase the bank0 (B0F7 to be exact). I found this post :
''..\source\conf.c'', line 222: Error: #77-D: this declaration has no storage class or type specifier
__ramfunc void init_flash_write_tables(void)... and this is obscur to me. If someone can give me some info about that or point me where I can find them. Thanks in advance
You just need to use a scatter file and place the required file into the ram section. http://forums.arm.com/lofiversion/index.php/t9262.html It is also mentioned somewhere in the realview docs aswell. Also try a google search, may find more examples. Regards sjo