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.

dsk c6713 flash memory

I am currently working on dsk c6713 and want to burn hex file in its flash memory , but the problem is only program having hex file size less than 50 kB works properly and rest don't despite of having 256 kB memory size. If any1 knows the solution 2 this problem plz reply asap

  • Hi Maeira,

    Are you using Flash burn ( CCS plugin ) to flash the hex file into flash memory?

    If yes, as per this training material, http://software-dl.ti.com/trainingTTO/trainingTTO_public_sw/iw6000/iw6000_workshop_(v3.1a).pdf

    make sure you followed the steps given under "Flash programming procedure". If still it doesnot work, please post the error messages popped out, if any.

    Regards,

    Shankari.

     

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------

  • Thnx Shankari,

    I directly jumped tio step 3 , can u xplain a little about memory maping in step 1 and 2 that what is the exact procedure and purpose of doing this? I could't understand this from this document

  • Maeira,

    In the document that Shankari referenced and that you have read, the picture on page 14-21 (475 of 636) shows two memory pas of a typical project. The one on the left is labelled Load-time and the one on the right is labelled Run-time. These represent what the system looks like before and after boot, respectively.

    Regards,
    RandyP

  • Hi RandyP,

    I am asking that how can i plan out memory , i know the adresses of difrent sectors but i want to knw method of maping on dsp

    Maeira

  • Maeira,

    Shankari gave you the entire training class for your benefit. You will want to go through the entire workshop material to learn how to use this powerful DSP. The lab files are available online if you want to search the TI Wiki Pages for this workshop.

    Modules 1 and 2 may be a quick read for you since you have already started using CCS, but you may learn some important information that will help you with what you are doing.

    Module 3 is Basic Memory Management, which is what you are asking about now. You may have started at the end in Section 14 Boot, but your time will be spent well going through the workshop from the beginning. It explains these things better than I could do individually.

    Regards,
    RandyP

  • K thanx RandyP