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.

TMS320F28388S: some questions about sci module of this device and driverlib

Part Number: TMS320F28388S
Other Parts Discussed in Thread: C2000WARE

Hi Team,

1. In header file C:\ti\c2000\C2000Ware_4_03_00_00\driverlib\f2838x\driverlib-->sci.h, line 1438,

It said "The baud rate is provided in the \e baud parameter", but I can not find it. Could you please point it to me?

2. I noticed that you use some special format in the comment, like '\param', '\e', '\b', and etc.. What is the meaning? Or do you use some comment tools or CCS function to deal with the comment?

3. Can not open SCI module's driverlib api guide(F2838x API Guide v4.02.00.00):

file:///C:/ti/c2000/C2000Ware_4_03_00_00/device_support/f2838x/docs/html/modules/sci.html

Other modules' are correct.

--

Thanks & Regards

Yale

  • Hi Yale,

    It said "The baud rate is provided in the \e baud parameter", but I can not find it. Could you please point it to me?

    The baud rate is supposed to be provided by the user as an input parameter to the function. The function requires 4 inputs to be configured out of which baud is one of them.

    Please see the function definition below:

    extern void
    SCI_setConfig(uint32_t base, uint32_t lspclkHz, uint32_t baud,
                  uint32_t config);

    I noticed that you use some special format in the comment, like '\param', '\e', '\b', and etc.. What is the meaning? Or do you use some comment tools or CCS function to deal with the comment?

    Correct. We use these defines for generating the text in a specific format for the documentation purpose. You can ignore them as far as the text is concerned.

    3. Can not open SCI module's driverlib api guide(F2838x API Guide v4.02.00.00):

    file:///C:/ti/c2000/C2000Ware_4_03_00_00/device_support/f2838x/docs/html/modules/sci.html

    I'll check with the documentation team and update it. Thanks for bringing this to notice. Appreciate this!

    Aditya

  • I'll check with the documentation team and update it. Thanks for bringing this to notice. Appreciate this!

    Thanks for pointing this. There was an internal bug corresponding to SCI module for all devices. We have fixed this for now, you should see the updated documentation after the next release.

    Thanks,

    Aditya