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.

letter field questions in SRIO message

Other Parts Discussed in Thread: TMS320C6472

Hi:

as we konw we can't set the letter field in tci6484 while sending a message by SRIO. so that means hardware will write it. does anyone know which value will be set by hardware? does it always 0 or it may be other valuse?

thank you1

  • Hi King Wang,

    In the SRIO user guide of TMS320C6472/TMS320TCI648x DSP, http://www.ti.com/lit/ug/sprue13j/sprue13j.pdf , page no: 192, Table 125, they described about the possible values of the LETTER field.

    And also, in that document, it is mentioned that the LETTER field is R/W-00; which means this field can be read and write. This field can be set by writing values. The default value is Zero. The possible values it can hold are given in the tabular column Table 125.

    Please do check whether it answers your question. If not, please reply back with more information.

     

    Regards,

    Shankari.

     

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

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

  • Hi Shankari:

    I am afraid this is not the answer I want.

    the figure you mention is the Queue map for Rx. the question I asked is for Tx. you can read the same document Page 54, Figure 23. it describes a descritpor for Tx. you can find there is not Letter field, only Mailbox is needed.

    so my question is, if DSP send a message, what the letter field it is? can I change the value?

    thank you!

  • King,

    You are correct, in the C64x devices, the SRIO HW assigns the LTR field of the out-going type 11 message.  It assigns the first available, i.e. LTR 0 first, if it is in use, LTR 1, etc.  This approach allows the highest throughput by not stalling the transmitter, though it does give the user a less flexibility.  The C66x SRIO allows either mode, first available or user assigned.

    Regards,

    Travis

  • Travis:

    understand, thanks!