Can someone please help me with an example of a program for the MSP432 which can work with 2 buffers, which will be as follow: the first one will be filled with data taken form an ADC until the buffer is completely filled with data, then the date from the first filled buffer will be taken to the second buffer, the data from the first buffer will be erased after the exchange operation has been done. The exchange of data between the two buffers needs to be done with DMA processes.
↧