Good day!
I'm debugging writing transactions from Windows host PC to EVM6678 using PCIe example project and some software on host PC.
First thread was here:

The problem is that dstbuf remains empty while writing to BAR1 from host PC. It's strange but I can read by host PC written data but nothing is in dstbuf. I have some questions.
1) Could it be that EDMA for some reason does not work? What steps I have to do to debug EDMA to see that something is in queue or translation goes to wrong address etc?
2) I can't see dstbuf in list of variables in cache view. Is it ok? Could it be that dstbuf is not in cache? May be I need to look in compilation logs warnings on dstbuf or somewhere else?
3) Could it be that dstbuf does not evaluates because of connecting gel file or using wrong platform or rtsc configuration? (I've got source code by running create project bat file and have not modified it at all).
4) How to debug that some data recieved by PCIe controller on side of controller?

