Introduction
Demostrates a simple example of auto increment DMA to allow DSP to operate a function on internal memory and transfer back the result with compression.
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 | am62ax-sk |
Example folder | examples/dmautils/dmautils_autoinc_compression/ |
Steps to Run the Example
Sample Output
Shown below is a sample output when the benchmark application is run,
c7x core:
width : 1024
height : 128
Tensor Filled
Tensor Compressed
Tensor Un-compressed
DMAUtils Compression TestCase 0, PASSED
width : 1024
height : 128
Tensor Filled
Tensor Compressed
Tensor Un-compressed
DMAUtils Compression TestCase 1, PASSED
width : 1024
height : 128
Tensor Filled
Tensor Compressed
Tensor Un-compressed
DMAUtils Compression TestCase 2, PASSED
width : 1024
height : 128
Tensor Filled
Tensor Compressed
Tensor Un-compressed
DMAUtils Compression TestCase 3, PASSED
width : 1024
height : 128
Tensor Filled
Tensor Compressed
Tensor Un-compressed
DMAUtils Compression TestCase 4, PASSED
width : 1024
height : 128
Tensor Filled
Tensor Compressed
Tensor Un-compressed
DMAUtils Compression TestCase 0, PASSED
All tests have passed!!