Dear Friends,
I'm using the MCBSP_slaveExampleProject example available at:
C:\ti\pdk_OMAPL138_1_01_00_02\packages\ti\drv\exampleProjects\MCBSP_slaveExampleProject .
I'm using OMAP L138 LCDK. The digital output of a custom board which contains an ADS1602 Analog to Digital converter is connected to the J15.23 extension of the OMAP L138 LCDK. This custom boards converts analog signals to digital and then sends them to the OMAP L138 LCDK . The OMAP L138 LCDK receives this digital data via MCBSP module.
I would like to modify the above code to make it compatible with the ADS1602. According to the ADS1602 manual, ADS1602 is a 16-Bit, 2.5MSPS analog to digital converter. My question is that do I need to change the code to make it compatible for the ADS1602? Do I need to configure the McBSP code to 16 bits and 2.5 MSPS? If yes, how should I change the code?
Thank you in advance :)