Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Revisions of DMA_sampling/dma.cpp

Revision Date Message Actions
77:1ee17a9e9f8b 2017-06-05 Fixed printing problem. Made it so it so that ADC 0 only reads one pin & doesn't flip flop. File  Diff  Annotate
74:ebc9f09fda11 2017-06-01 Working after updating mbed.bld File  Diff  Annotate
72:0b554f5026b9 2017-05-18 ADC0 is now swapping between a0 and a1. Everything else is working great also. File  Diff  Annotate
70:8cd7a8a2c153 2017-05-17 This is mostly working, however I get 4 samples repeated for each actual sample. File  Diff  Annotate
69:014d4bbd4e03 2017-05-17 This is the still working code before I change it so that the adc channel swaps every other sample. File  Diff  Annotate
65:f022535bed5d 2016-02-23 200 kHz passthrough with double DMA buffers working. File  Diff  Annotate
63:7903a33e2fd4 2016-02-23 Double length buffers appear to work now. File  Diff  Annotate
62:51f722ef9cb1 2016-02-22 DAC first then ADC with minor loop linking File  Diff  Annotate
61:a56cca07d4a6 2016-02-22 Minor loop linking with outputs. File  Diff  Annotate
60:873a6d60c5d5 2016-02-22 This is still the old method - with minor loop enabled, but still directly triggered by ADC clocking. File  Diff  Annotate
59:1cfd9d9fb99d 2016-02-22 Works with chained DMA - but ADC and DAC DMA triggered directly. File  Diff  Annotate
58:4bee89daccff 2016-02-19 Definitely working at 100 kHz sampling - however, because of the DMA, there are some artifacts at the time of the sampling because the DMA is not instantaneous. File  Diff  Annotate
57:7b8c49e1c1f6 2016-02-18 with total loop sampling status File  Diff  Annotate
56:7e08cbc3a4f1 2016-02-18 DMA ADC and DAC working; File  Diff  Annotate
55:2526b3317bc8 2016-02-17 This correctly implements the static creation of a buffer for processing. File  Diff  Annotate
54:1697dc574b96 2016-02-16 Using continuous conversion - before changing to clocked sampling File  Diff  Annotate
53:83a90a47c1fd 2016-02-09 ADC initialization and calibration up and running. File  Diff  Annotate | base