This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AWR1843: hwa version for lab0007_medium_range_radar

Part Number: AWR1843
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!