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.

TMS320F280039: Problem with SCI Lab

Part Number: TMS320F280039

Hello,

I have a problem with the SCI Lab example. The Lab doens't work, it stops in the for loop here

 if((rxStatus & SCI_RXSTATUS_ERROR) != 0)
            {
                //
                //If Execution stops here there is some error
                //Analyze SCI_getRxStatus() API return value
                //
                ESTOP0;

The rxStatus is 0.

I also try the solution for this lab and here the program fails at the device.c

void __error__(const char *filename, uint32_t line)
{
    //
    // An ASSERT condition was evaluated as false. You can use the filename and
    // line parameters to determine what went wrong.
    //
    ESTOP0;
}

I try to find and open this file, but it doesn't exist.

In the terminal I get no output and can also make no input.

I also try the program at an other computer and with an other microcontrollerboard but the problems are the same.
Also changing the position of S1 and S1:A doesn't help.

Currently I don't have the dockingstation, only the TMS320F280039 board. Can this be the cause of the problem?

In the description of the Hardware Setup are Jumper Cables listed, but i could not find out which pins to connect.