This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to locate code in SROM class

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

0