waterwingz would you please give a look to boot.c for 100b and extract the "boot 0xffyyyyy zz" correct values, since I'm not able to find them. Maybe I could start from that point if I understand the mechanism. I tried to use my address.txt file but I get numbers of lines (lenght) different in the stubs.c saved after conversion, compared to those in boot.c for 100b.
I also get these errors:
boot 0xff000000 89
sub_FF000358_my 0xff000358 31
...
taskcreate_Startup_my 0xff00fdb4 48
// WARNING: too many matches for task_Startup_my!
task_Startup_my 0xff00fd28 21
taskcreatePhySw_my 0xff0253dc 12
init_file_modules_task 0xff09301c 10
// WARNING: too many matches for capt_seq_task!
capt_seq_task 0xff0769f8 247
...
thank you