Hi,
I am not able to transfer data from main memory to N2HET memory but I have no problem in transfering the data from N2HET memory to main memory. Following are my settings:
htuDCBCP->DCBCP_ST[0].IETCOUNT = 1;
htuDCBCP->DCBCP_ST[0].IFTCOUNT = 4;
htuDCBCP->DCBCP_ST[0].IHADDRCT = 0x00800040U;
htuREG->CPENA = 0x01;
htuREG->GC = 0x00010000;
nhet
nhetREG->HETREQEN = 0x000000FF;
nhetREG->HETREQDEST = 0x00000000;
Have i missed any settings? or any other problem? When i transfer from N2HET memory to main memory, i just change the value of IHADDRCT to 0x00000040 and it works. But the problem occurs when i transfer from main memory to N2HET memory.