Hello:
I have download chip support library for C6000 , and install it. but I can not find the library for DM6437?
Thank you very much!
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.
Hello:
I have download chip support library for C6000 , and install it. but I can not find the library for DM6437?
Thank you very much!
Hi,
For DM6437 the s/w offering is to have BIOS PSP (Drivers). The BIOS PSP is part of the DVSDK release for DM6437. In addition to drivers the BIOS PSP package contains the register level csls and examples. If you only want the BIOS PSP package you can get it from this url :- https://www-a.ti.com/downloads/sds_support/targetcontent/psp/bios_psp/index.html. The BIOS PSP version 1.10.01 is the latest BIOS PSP package release for DM6437. The register layer CSLs can be found at \packages\ti\sdo\pspdrivers\soc inside the package.
thanks
regards
sathya
Hi,
I have download the BIOS PSP package, but I don't know how to install it.
I follow the PSP_User_Guide.pdf in the package to install, but when I try to compile the pci example in the package, it failed.
I have already installed EDMA3_LLD_setupwin32_01_06_00_01.exe at D:\program\D:\Program Files\EDMA3 Low level driver, and xdctools_setupwin32_3_10_03.exe D:\Program Files\Texas Instruments\xdctools_3_10_03 directory.
Thank you!
Please start a new thread with appropriately named subject. I recommend including the specific build error you've encountered.
Hi Jason,
Could you please provide the exact error log?
Also, in the meanwhile could please follow these steps for environment setup.
1. The XDCPATH environmental variable should be set properly to recompile the drivers/sample applications. Ensure that the XDCPATH variable should contain, BIOS packages path, XDC packages path, PSP drivers packages path, EDMA packages path.
Example:
z:\pspdrivers\pspdrivers_xx_xx_xx\packages
c:\CCStudio_v3.3\bios_5_33_01\packages
c:\Program Files\Texas Instruments\xdctools_3_10_02\packages\
c:\Program Files\Texas Instruments\edma3_lld_01_6_00_01\packages\
2. psp_xdcpaths_common.dat should contain the information about the PSP package installation directory and the EDMA installation directory.
a. The “pspRootDir” string should point to the directory where the PSP package is installed. For example if the PSP packge is installed as “z:\pspdrivers\pspdrivers_1_10_01\packages” then the pspRootDir should be equal to “z:/pspdrivers/”. Please note the forward slashes in the path.
b. The “pspversion” string should contain the version number of the current PSP installation. For example, if the version of PSP package installed is 1.10.01, then pspversion should be equal to “1_10_01”.
c. edma3InstallDir should be set to point to the installation directory of the EDMA package. If EDMA driver package is installed at “c:\ProgramFiles\TexasInstruments\”, then edma3InstallDir should be set to “c:/ProgramFiles/TexasInstruments/”. Please note that forward slashes should be used here for directory paths.
d. The first section –Section 1- should be uncommented in case of non DVSDK users (or recompilation of the pspdrivers) and the second section –Section 2- should be commented. If users are using PSP package from inside a DVSDK installation, then the second section – Section 2- should be uncommented and first section – Section 1- should be commented.