We are using STR912 on a project here, building with Yagarto package. All has been working well. Now, however, I would like to create a second code segment in our code, which would be relocated to Flash Bank 1 and used for firmware updates. I’ve seen some hints on how to set up the linker configuration file for a second text segment, but I don’t see anything which suggests how I would force C functions into that alternate section.
Are there any example projects available which would teach me how to accomplish this?