This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem with demo application "Simple" for the MSP-EXP430F5438+PAN1315ETU

Hi,

I wanted to try the "Simple-Application" on the MSP-EXP430F5438. I downloaded the MSPEXP-PAN13xx SDK from TI and installed the PAN1315ETU on the Experimenter's Board as described in the Developer's Guide including shorting the RF3 pins.

I'm using the IAR Workbench 30-day Evaluation version with an Olimex for debugging. After downloading the application onto the Experimenter's Board and clicking on "Go", the programm gets stuck during the BT_UART_ISR (msp430_uart.c ) in the line    UART_TRANSMIT(buff_data);

Everytime I break I get the following warning: The stack pointer for stack 'Stack' (currently Memory:0x293C) is outside the stack range (Memory:0x5B60 to Memory:0x5C00)

I honestly don't know where to start looking for the problem, if it's because of something on the Experimenter's Board like a jumper connection I forgot or if it's some configuration of the IAR workbench.

I also have one other question concerning the IAR workbench: For my own application I copied  the "Simple Application" into a empty project and changed it in a few places and now the IAR workbench downloads the application but afterward I can't go through the application as  "Go", "Step into" etc are disabled and the first line of my main-function isn't highlighted green. 

Can someone help me with those 2 problems?

Lizzy