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.

BIOS Configuration

Hello!

Please tell me what to select in the DSP/BIOS configuration the options are when i select the evmDM6437

>Dynamic Memory Heaps

>Real-Time analysis

>RTDX

>TSK Manager

Among these four what i need to select please suggest me some idea in this.....

regards

  • Shan,

    Dynamic memory heaps need to be enabled if you are allocating memory during run-time.  For example, with a call to MEM_alloc() , or any of the DSP/BIOS XXX_create() calls.

     

    Real time analysis needs to be enabled if you want to extract debugging information while the program is executing.

    RTDX is enabled if you want to view the real time analysis information without stopping the target.

    TSK manager needs to be anabled if you are using the DSP/BIOS TSK module.

     

  • Hai David ,

          Thanks for your reply, But my problem is different , When try to practice with the example program comes along with the CD DVSDK. It is not working properly......

    I will open the project and i will build , It doesnt shows any errors at that time , But when i load the program it automatically running and i am not getting the output also......

    and the STDOUT window in the CCS is also not opening ...... It seems like any thing i didnt face this type of problems before , I tried to reinstall all the things but it doesnt

    working , tell me anyway to fix the problem ant to get the STDOUT window in my CCS

    regards

  • shan said:
    and the STDOUT window in the CCS is also not opening ...... It seems like any thing i didnt face this type of problems before , I tried to reinstall all the things but it doesnt

    Are you doing printf() in your code?  There are a lot of subtle things that must be done in order for printf() to work correctly.  Please see Section 2 (Troubleshooting) of this article for related info:

    http://processors.wiki.ti.com/index.php/Tips_for_using_printf

    shan said:
    But when i load the program it automatically running and i am not getting the output also......

    Are you saying that you load your program but it doesn't halt at _c_int00 or main?  It just starts out running?  If so, you might first try a really REALLY simple project.  Maybe just an empty BIOS project that has ONLY main but nothing inside main.  If you cannot get an "empty" project working then I would suspect a fundamental hardware issue.  Is this your own board or the EVM?