Re: [Mspgcc-users] Power-on reset behavior depends on code size

2006-05-05 Thread Steve Underwood
Hi, I have used the 1232 a lot with MSPGCC, Quadravox and IAR. I have never experienced anything like this. I think it is almost certainly a bug in your code. Steve Chalikias, Nikos (EBV) wrote: Hello, I have notice below strange behaviour to several MSP430F1232 projects. Some code size

[Mspgcc-users] Power-on reset behavior depends on code size

2006-05-04 Thread Chalikias, Nikos (EBV)
Hello, I have notice below strange behaviour to several MSP430F1232 projects. Some code sizes have result proper power on reset Some other don't start, some other start but behaviour is strange. I have checked with code sizes around 6KB and 7.5KB My workaround is 5 asm("nop"); in the source. I m