Tool/software: TI C/C++ Compiler
Hi,
I want to use DMA to transfer array data to NOR flash with SPI.
I want to confirm that my understanding is correct or not.
If the transferred data size is 512kByte, using AB sync transfer(ACNT = 65536(64kByte) * BCNT = 8) is fit within 1 frame. Is this correct ?
Or if the data array is type of float a[512][32][32], Is it correct to transfer as (ACNT = 4(4Byte) * BCNT = 65536 * CCNT = 2) ?
Also, in these case, I think that only one PaRAM set is needed as transfer the same data so it doesn't need linking. Is this correct ?
regards,