-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
SITSW-9928
-
11.02.00
-
12.00.00
-
am275x-evm
In source/drivers/aasrc/v0/aasrc_dma.c -> line 1099
nextCandidate = (aasrcChObj->lastReceived+ 2U)%AASRC_TX_DMA_TR_COUNT;
Should have been AASRC_RX_DMA_TR_COUNT
This will not cause any practical issue since both macros have the same value. But good to have it corrected.