Hi,
I wanted to change stack sizes as follows...
As i didn´t want to mess with my project settings i "diffed it§ into sys_core.asm:
userSp .word 0x08000000+0x00002000
svcSp .word 0x08000000+0x00002000+0x00000200
fiqSp .word 0x08000000+0x00002000+0x00000200+0x00000200;irqSp .word 0x08000000+0x00002000+0x00000200+0x00000200+0x00000200
;abortSp .word 0x08000000+0x00002000+0x00000200+0x00000200+0x00000200+0x00000200
undefSp .word 0x08000000+0x00002000+0x00000200+0x00000200+0x00000200+0x00000200+0x00000200
Which sadly causes __TI_auto_init(); to crash. (to be exacly the "_TI_decompress_" algorithm overwrites the cache memory and thus causes the subroutine to crash.
So - finally - my question: is there anything else i have to adjust after changing the stack sizes?
best regards
Dominik
