I am working on a bootloader... I have setup a SROM class, added the section directive to include the pflash.a66 file. I can use the srom.h macro's to copy the code correctly from its flash location to ram location. I want to now add some C functions so that they will be copied to the ram as well. How do I force the compiler/linker to locate my mode in the SROM class? I am having a little trouble getting my head round the whole clases/sections thing and working it through the IDE!!!
Thanks
Ashley