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.
Tool/software: Code Composer Studio
I am trying trying to configure McASP drivers in the driver table of my project in DEV module in CCS. I need the following details for McASP IOM driver:
1. pointer to IOM_Fxnstable
2. Device specific parameters
3. Driver initialization function
Please advise about the document that can provide this configuration information for McASP driver.
Regards
Iqbal
Hi,
The device specific parameters are presented in Section 6.15 Multichannel Audio Serial Port (McASP) in the device Datasheet (www.ti.com/.../tms320c6748.pdf) and in Chapter 23 Multichannel Audio Serial Port (McASP) in the device TRM (www.ti.com/.../spruh79c.pdf)
Driver initialization functions are present in the TI Processor SDK RTOS: www.ti.com/.../processor-sdk-c6748
User guide of the RTOS can be found here: processors.wiki.ti.com/.../Processor_SDK_RTOS_Software_Developer_Guide
McASP driver guide (derived from the link above): processors.wiki.ti.com/.../Processor_SDK_RTOS_MCASP
Best Regards,
Yordan
I was earlier reading SYS/BIOS (TI-RTOS Kernel) v 6.46 User's Guide (June 2016); and Appendix E has a description of GIO Drivers as deprecated I/O module. Does it mean that GIO drivers are not supported at all?
Although I noticed that in CCS ver 5.5.0.00077, there is an option to configure GIO drivers under SYSBIOS -> IO -> GIO.
Anyway, I would like your recommendation, should I be only using TI-RTOS with McASP device for my audio application on C6748 LCDK?
Regards
Iqbal