Add example which uses the in-built 'DMA sniff' capability to check a CRC32

This commit is contained in:
andygpz11
2023-02-10 17:11:00 +00:00
committed by GitHub
parent 42ffd518c9
commit 827cb43b3a
4 changed files with 113 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ App|Description
[hello_dma](dma/hello_dma)| Use the DMA to copy data in memory.
[control_blocks](dma/control_blocks)| Build a control block list, to program a longer sequence of DMA transfers to the UART.
[channel_irq](dma/channel_irq)| Use an IRQ handler to reconfigure a DMA channel, in order to continuously drive data through a PIO state machine.
[sniff_crc](dma/sniff_crc)| Use the DMA engine's 'sniff' capability to calculate a CRC32 on a data buffer.
### Flash