Hello,
I am working with MSP430F5659 controller for interface ADS1292 and DAC8750 IC's. My application has TI RTOS version 2.14.3.28.
Ii did the coding for ADC1292 using standalone driver, without using RTOS API for my POC and its working fine. Now i need to use the actual RTOS SPI API for the handling of ADC and DAC in my application using tasks, so i want to know whether i need to use DMA based non DMA based application to read the ADC1292 data's.
Even i want to know SPI transmit is looks ok but for SPI receive using API how i can achieve if i don't know the receive byte count? Please share code for both receive and transmit with or without using DMA.
Also let me know when and how to achieve the callback, for TX and RX?
Just for information: My ADC/DAC will be enabled only on command basis and data is captured for the specific time and it will disabled again. Please share thought for achieving this whether i need to use DMA or without DMA.
SPI blocking/callback can be achieved using DMA?
Please share/suggest it urgent!!!!!!!!
Nitesh