Jared Baxter / Mbed 2 deprecated Impedance_Fast_Circuitry_print_V_I

Dependencies:   mbed-dsp mbed

Fork of Impedance_Fast_Circuitry by Jared Baxter

Revisions of dma.cpp

Revision Date Message Actions
48:29f14bc30ba6 2015-01-31 Works if you don't do single sample first. File  Diff  Annotate
46:a015ebf4663b 2015-01-31 DMA is reading from FTM2_CNT. Still need to get PDB triggering the DMAs. File  Diff  Annotate
45:d591d138cdeb 2015-01-31 Quadrature decoder is working. File  Diff  Annotate
44:41c262caf898 2015-01-30 This is before I made changes for posting it online. File  Diff  Annotate
43:c593a8b9688f 2015-01-30 Added PIT3 timer for transfering from PortC to DMA2. PIT3 may be triggering the ADCs as well. File  Diff  Annotate
42:52a92a8d2cc7 2015-01-30 Works for ADC0_SE13 and ADC1_SE14 with their respective DMAs. Try reading port C directly into the DMA. File  Diff  Annotate
41:3e0623d81b9a 2015-01-30 Added DMA class. Made changes to ADC. This code still needs to be tested. File  Diff  Annotate
40:bd6d8c35e822 2015-01-30 ADC and DMA working. Start and stop of ADC/DMA is also working. File  Diff  Annotate
39:82dc3daecf32 2015-01-29 Cleaned up the code. PDB still won't work. File  Diff  Annotate
37:8bdc71f3e874 2015-01-27 Starting to add PDB to trigger ADC. Using the mbed library, but about to switch to mbed-src. File  Diff  Annotate
36:07d8a3143967 2015-01-25 DMA0 and DMA1 are working. File  Diff  Annotate
35:df40c4566826 2015-01-25 DMA is working, but it is still using an interrupt for the ADC conversions. File  Diff  Annotate
34:44cc9b76a507 2015-01-25 Analog reading works. Trying to add DMA capabilities. File  Diff  Annotate