Tool/software: Code Composer Studio
Hi,
I am trying to sample 4 analog signals at the same time using Sensor controller. I implemented the ADC driver on Sensor Controller Studio. I have been advised to use the Multi buffered Output Data exchange ressource. It's used to make communication with application CPU while the sensor controller continues to produce values. My problem is i can't see how it works (even though i tried looking at the examples and the documentation). Let's say i am using 2 buffers, Should i define ONE buffer in my output data structure where ADC values will be stored or TWO buffers ? (i can't see the relation between the buffers declared in the Task panel and in the buffers declared later in the data structures)
In my project i am using 4 sensors, should this mean i have to declare four output buffers ?