Hello,
I am using the ZStack Bootloader for the cc2530 and it is working ok but there something that I don't understand. I had to write in bootloader code the entry point of my application (that I got from .map) so when bootloader ends, it jumps to this location but...what if the next applicaction that I want to load throught bootloader has a different entry point? Is there any way to force the entry point? Have I to modify the bootloader every time ?(it would be a nonsense)
Best regards,
Victor