Hi all, I am experimenting to dynamically loadable code. After i load the a function in bootloader memory, the printf starts returning bad packet error. The said function is a similar function given in avr/boot.h which is used to write a block of code in program memory. i am using CFLAGS += -Wl,--section-start=.bootloader=0x1C000 to load it in boot memory. but if i load that function to other memory at lower address like oxF000 printf works fine.
i am using micaz. Thanks in advance. --------------------------------------------------------------- regards Manish Regmi
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
