![]() |
no-OS
|
CAPI DMA memory-to-memory tests. More...
#include <stdint.h>#include <string.h>#include "parameters.h"#include "test_framework.h"#include "test_dma.h"Functions | |
| int | test_dma (void) |
| Run all DMA test cases available on the mapped platform. | |
CAPI DMA memory-to-memory tests.
Exercises the DMA driver using memory-to-memory transfers that require no external hardware. On STM32F7 only DMA2 supports mem-to-mem; the platform layer (parameters.h) selects the correct stream/channel.
Copyright (c) 2026 Analog Devices, Inc. SPDX-License-Identifier: BSD-3-Clause
| int test_dma | ( | void | ) |
Run all DMA test cases available on the mapped platform.