Other Parts Discussed in Thread: AWR1443
Tool/software: Code Composer Studio
in this version,the hwa used to do 1d and 2d fft.
at the 2d fft, two EDMA used to transfer data from L3 to hwa local memory 0 and 1.
and the other two EDMA used to transfer data from hwa local memory 2 and 3 to detmatrix.
all the EDMA used the shadow_link and chain.
I try to modify the source address or dest address of the EDMA.
but the code is error:[c674x]{module#34}: line 215 :error {id : 0x10000,args:[0x81ea3d,0x81ea3c]}
is the source address or dest address of the EDMA fixed?
and in the one hot signature,how does the one hot shadow link works?
does the one hot shadow link has a relationship with the source or dest address of the EDMA?
Thank you!