DMA Utils autoincrement example
Introduction
Demostrates a simple application demonstrating 2D auto increment feature of dmautils along with handling of last block.
The application runs on C7x core. UDMA is configured for UTC/DRU mode.
Supported Combinations
Parameter |
Value |
|---|---|
CPU + OS |
c75ss0-0 freertos |
Toolchain |
ti-arm-clang |
Boards |
am62dx-evm |
Example folder |
examples/dmautils/dmautils_autoincrement/ |
Steps to Run the Example
When using CCS projects to build, import the CCS project for the required combination and build it using the CCS project menu (see Using SDK with CCS Projects).
When using makefiles to build, note the required combination and build using make command (see Using SDK with Makefiles)
Launch a CCS debug session and run the executable, see CCS Launch, Load and Run
Sample Output
Shown below is a sample output when the application is run,
Image width : 40
Image height : 16
DMAUtils TestCase 0, PASSED
All tests have passed!!