Skip to content

Commit 552e1b9

Browse files
author
Microchip Technology
committed
Updated readme.md
1 parent 0ceb79f commit 552e1b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dspic33e-adc-1msps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void initDma0(void);
1616
DMA channel 0 is configured in ping-pong mode to move the converted data from ADC to DMA RAM on every sample/convert sequence.
1717
It generates interrupt after every 16 sample transfer.
1818

19-
void __attribute__((__interrupt__)) _DMA0Interrupt(void);
19+
void \__attribute\__((\__interrupt\__)) _DMA0Interrupt(void);
2020
DMA interrupt service routine, moves the data from DMA buffer to ADC signal buffer and collects 256 samples.
2121

2222
The Toggle frequency of one pulse should be around 240us(micro second), if the operating clock frequency at 40Mhz.

dspic33e-adc-fir-dma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void initDma0(void);
4040
DMA channel 0 is confiured in ping-pong mode to move the converted data from ADC to DMA RAM on every sample/convert sequence.
4141
It generates interrupt after every 480 sample transfer.
4242

43-
void __attribute__((__interrupt__)) _DMA0Interrupt(void);
43+
void \__attribute\__((\__interrupt\__)) _DMA0Interrupt(void);
4444
DMA interrupt service routine sets flag for FIR filtering on the data buffer.
4545

4646

0 commit comments

Comments
 (0)