We have a target h/w with a C6747 and a host. The C6747 has SDRAM connected via EMIFB - it's exactly like the C6747EVM. The HPI works fine to read write memory in the C6747 L2 and L3 memory space. But reads from SDRAM (e.g. 0xc0000000 - 0xc4000000) always return 0x0000 0000. Is there some bit or setting we need to enable to the HPI can access this memory space? Why can't we read anything from this area?