Hi!
C6746 Processor can't access Data on EMIFA.
- On CS2, on all addresses 0x0631 is read back. A 8MB Nor Flash is connected to this ChipSelect.
- On CS3, on all addresses 0xFFFF is read back. There's nothing connected to CS5
- On CS4 a FPGA is connected, on all addresses 0x0000 is read back.
- The EMIFA configuration registgers display 0x68000010 through 0x6800001C
- The PSC0 MDSTAT Registers shows 0x00001E03
- EMIFA is configured to use Sysclock3, PLL should be fine, otherewise the processor would not be working at all? PLL0.PLLSTAT register shows 0x00000006, so i guess that's fine too!
Are there any other possibilities that could shut down the EMIFA? If the EMIFA isn't working at all, why is there data on CS2?
Eventhough i suspect that there's some gone-wild-pointer that accidently modified some configuration register, it would be nice to know which registers can have this effect to simplify debugging.
Thank you!