Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Impedance_Fast_Circuitry by
Diff: dma.cpp
- Revision:
- 37:8bdc71f3e874
- Parent:
- 36:07d8a3143967
- Child:
- 39:82dc3daecf32
--- a/dma.cpp Sun Jan 25 09:10:24 2015 +0000 +++ b/dma.cpp Tue Jan 27 17:12:37 2015 +0000 @@ -28,7 +28,7 @@ // Enable Channel 0 and set ADC0 as DMA request source DMAMUX_CHCFG0 |= DMAMUX_CHCFG_ENBL_MASK | DMAMUX_CHCFG_SOURCE(40); // see page 95 of user manual DMAMUX_CHCFG1 |= DMAMUX_CHCFG_ENBL_MASK | DMAMUX_CHCFG_SOURCE(41); - DMAMUX_CHCFG2 |= DMAMUX_CHCFG_ENBL_MASK | + //DMAMUX_CHCFG2 |= DMAMUX_CHCFG_ENBL_MASK | // Enable request signal for channel 0