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.

Srio_allocTransmitBuffer

hello everyone 

I have a trouble with SRIO transfer.

Now beforre transfer I use Srio_allocTransmitBuffer function to alloc a memory (txData).

and then I will init the tsData, if the txData buffer address is 0x008xxxxxx then it work well

but if the address 0x8xxxxxxx(DDR3 memory),druring init I check the memory by ccs .the buffer's data is not what i written.

why is so .

if i check the cache and then I can see the right data what I written.

who can tell me why it is?