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
51:43143a3fc2d7 2015-01-31 Cleaned up the code a little bit. File  Diff  Annotate
50:33524a27e08c 2015-01-31 Continuous sampling started by the PCB is working. It is successfully triggering ADC0, ADC1, and the DMA is doing its job for the ADCs and FTM quad decoder. File  Diff  Annotate
49:4dcf4717a8bb 2015-01-31 Not working for some reason. I'm gonna revert to Revision 48. File  Diff  Annotate
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