Hallo
I have a bootloader and a application. My bootloader sets up the stack sizes in its startup file. My application setes them up differently.!
So when my bootloader jumps to the main application are the stack setup those from the bootloader or are they setup as in my application?
Thomas
Ok, I see. Thanks a lot.
But another way could be to just have identical startup files in the two application (Share the startup.s file between the two projects). I know its not pretty. but then there is no need for set new stacks