Part Number: LAUNCHXL-CC2650
Tool/software: TI-RTOS
I'm working on a project to collect data from external sensors and write them into an SD card. Right now, I've managed to get the FATFS module working and pull data from my sensors. My question is,
- (1) Is it possible to DMA and transfer sensor data directly from sensor controller to SD card?, or
- (2) Do we need to transfer sensor data from sensor controller to Cortex-M3 memory via DMA channel and from there, write to SD card?
How do I handle either of this task?
Any advice would be appreciated.
Thanks,
Henry