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.
Hi Jose L.,
Have you seen Chapter 9 Input/Output of the SYS/BIOS User's Guide? (in the docs directory of your SYS/BIOS installation). This chapter provides a lot of helpful information on DEV and GIO for SYS/BIOS.
Also, the following related forum thread may be useful to you:
http://e2e.ti.com/support/embedded/bios/f/355/t/153899.aspx
Steve
Hi Jose,
Jose Lopez1 said:When I run spi_mdBindDev it returns IOM error code -1, I figured out that the error comes when it returns from the fuction Psc_ModuleClkCtrl (Timeout error it seems) .What does function Psc_ModuleClkCtrl do? I am confused about what Power Sleep functionality gives (sw or hw), if its about the driver instance, the DSP unit, or periphalph?
Could you tell me which software component these APIs are coming from? I don't believe these are SYS/BIOS APIs.
Steve
Hi Steve,
Sorry i didnt specified properly, im a using biospsp BIOS6 03.01.01.00, my DSP has the same OS. So I am migrating this driver package, the SPI driver depends on PSC driver library also (Psc_ModuleClkCtrl for example).
I have made some advancements on the driver implementation, nevertheless I havent made this Psc function call to succeed (timeout error), so I would like to understand if this Psc clock control function is a must for the driver implementation or which other API's can be considered.
Regards
-Jose L.