Tool/software: TI C/C++ Compiler
Hello everyone, I'm new to the TivaC programming
I'm using DMA to transfer UART FIFO to buffer and it has the following error when I want to setup uDMA control table aligned to 1024-byte boundary.
.
#pragma DATA_ALIGN(ucControlTable, 1024)
error:
expression must be an integral constant expression
Anyone could help me, thanks in advance