got a problem with initialization of global variables. If I try to assign a value to a global variable like this: int MyInt[]={1,2,3,4}; it won´t work safely (sometimes it works, sometimes it won´t). So, is there another startup file that is needed to initialize these variables while declaring them? I know we had a similiar problem with a compile for ST7 some time ago, and there another startup while was needed to change this behaviour. Best Regards, Marcus