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.

why ccs 3.3 becomes dead so easily ?

Other Parts Discussed in Thread: OMAP-L138, CCSTUDIO

Hi all

when using dspbios project , and open some DSP/BIOS instrument, the CCS IDE becomes dead so easily , can some one tell me and solve the problem?

env is CCS3.3  using SR12_CCS_v3.3_SR_3.3.82.13

platform is OMAP-L138

emulator is SEED-XDS560 usb

BIOS version is 5.41

compiler is cgtools 6.1.17

 

  • Hi,

    Could you provide more details on the problem you are seeing? What do you mean by "becomes dead"? Does it crash? Or just hang? Does an error message appear at all? Screenshots can be useful.

    What DSP/BIOS RTA tool did you open?

    Thanks

    ki

  • Hi, Lee

    I mean CCS IDE becomes hang .

    the code is very simple ( from .\bios_examples\basic\tsk\evmOMAPL138 of bios5.41 ) , and I only modify the code link the following

    ===================================

    Void task(Arg id_arg)

    {

        for (i = 0; /*i < NLOOPS */ ; i++) {

            LOG_printf(&trace, "Loop %d: Task %d Working", i, id);

           TSK_sleep(700);

        }

    }

    ===================================
    If I don't open the RTA window such as Message Log , the BIOS programs run OK , and CCS IDE perform normal
    But once I open any RTA window , then go on executing the program , the IDE becomes hang . and I have to end the ccstudio and reset the board and relink and download the program.

     

    Ki-Soo Lee said:

    Hi,

    Could you provide more details on the problem you are seeing? What do you mean by "becomes dead"? Does it crash? Or just hang? Does an error message appear at all? Screenshots can be useful.

    What DSP/BIOS RTA tool did you open?

    Thanks

    ki

     

  • Hi all,

    problem found. CCS 3.3 is OK

    It is emulator or  it's driver 's problem. I will comtact SEED to update the emulator and the driver.