Hello,
I want to use DMA to transfer data from Shift Register Output FIFO. I need the Data pointer to configure the DMA channel but I can't find the name of this pointer anywhere.
Solved! Go to Solution.
If I look in ShiftReg.h and .c file I see what looks like pointer/register
defs, and usage, for example -
CY_SET_REG8(ShiftReg_1_IN_FIFO_VAL_LSB_PTR, shiftData);
Regards, Dana.
If I look in ShiftReg.h and .c file I see what looks like pointer/register
defs, and usage, for example -
CY_SET_REG8(ShiftReg_1_IN_FIFO_VAL_LSB_PTR, shiftData);
Regards, Dana.