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.

Platform Library Documentation



e2e.ti.com/.../299198

As Raja mentions in the thread whose link is given above, the function documentation for the C6000 Platform Library was not released by mistake. Specifically, I go to this address:

file:///C:/ti/pdk_C6657_1_1_1_4/packages/ti/platform/docs/platform/platform_library_user_guide.html

Then, I click on the link for the Platform Library's documentation. But that gives an error.

I am trying to do a basic usage of the SPI functions: passing data from an ADC to a program I wrote. However, since I do not have the function reference with me, I am having a hard time using the functions. What is the best way for me to learn how the functions work? Is there any place I can find examples?

Thanks

  • Dear Muhammad,
    It seems you are using the older MCSDK. We have the latest MCSDK and processor SDK package for C6657 device.

    C:\ti\pdk_c665x_2_0_0\packages\ti\platform\evmc6657l\platform_lib\src
    C:\ti\pdk_C6657_1_1_2_6\packages\ti\platform\evmc6657l\platform_lib\src

    You can use use SPI APIs in the following files.
    spi_xfer, spi_write_word etc.,
    C:\ti\pdk_C6657_1_1_2_6\packages\ti\platform\evmc6657l\platform_lib\src\evmc665x_spi.c
    C:\ti\pdk_C6657_1_1_2_6\packages\ti\platform\evmc6657l\platform_lib\src\evmc665x_nor.c
    C:\ti\pdk_C6657_1_1_2_6\packages\ti\platform\evmc6657l\platform_lib\src\evmc665x_fpga.c
  • Hi Muhammad,
    We do not have platform library documentation yet. We recommend you to follow the source code pointed above by "Titus".

    Thank you.
  • Thanks, got it.