Hello, I'm about to use TinyOS on an F2617 (also used on the Zolertia Z1).
The F2617 has its interrupt vectors placed in the middle of code memory: Vectors: 0x0FFC0 to 0x0FFFF Code mem: 0x03100 to 0x19FFF (92kB) The problem is: once the combined size of .text + .rodata hits the vectors (53kB), the linker complains. How can .text be split, to utilize the code memory above the vectors, 0x10000 to 0x19FFF. Same problem: old post: http://permalink.gmane.org/gmane.os.contiki.devel/6400 Regards Flemming Nyboe
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
