Other Parts Discussed in Thread: MSP430FR6989
Hi All,
We are facing a strange behavior when running Contiki OS on a MSP430fr6989 launchpad which is a new platform in contiki. msp430-elf-gcc v 4.9.1 is the tool chain.
Once the tcpip uip process is initialized in the code, basic multiplication is giving wrong results. For eg: x = 5 , y = 4, but x * y is giving zero.
In the linker script, I have made changes to map the bss segment to HIFRAM and also disabled vect 32 to allocate more memory to vect 31.
Is this something related to the stack size or multiplier error ?
Shafy