2023-04-02 10:43 PM
For testing purpose i am transmitting an array of 8 bytes with . But still the FIFO transmit ERROR flag in HISR is always getting set. Please do help!
Solved! Go to Solution.
2023-04-03 02:38 AM
From reading the code it appears to be OK, but maybe I'm overlooking something.
However, the mcu does not work out of source code but out of the registers. Read out and check/post content of DMA registers after the error occurs.
JW
PS. sylistics:
// PSIZE 1 byte
DMA1->DMA_S6CR &= ~(3 << 12);
2023-04-03 02:38 AM
From reading the code it appears to be OK, but maybe I'm overlooking something.
However, the mcu does not work out of source code but out of the registers. Read out and check/post content of DMA registers after the error occurs.
JW
PS. sylistics:
// PSIZE 1 byte
DMA1->DMA_S6CR &= ~(3 << 12);