Hello, we have a problems on TM4C129x EPI Dual chip select operation.
Our EPI settings are as follows;
EPICFG.MODE = 0x3 (16bit Host-Bus mode)
EPIADDRMAP.ERADR = 0x1 (At 0x6000.0000)
EPIADDRMAP.EPADR = 0x1 (At 0xA000.0000)
EPIADDRMAP.ECADR = 0x0 (Not mapping)
On the datasheet (http://www.ti.com/lit/ds/symlink/tm4c1290ncpdt.pdfthe following operations are described.
Access to 0xA000.0000 ==> CS0n should be Active.
Access to 0x6000.0000 ==> CS1n should be Active.
But, the realistic operation results are as follows;
Access to 0x6000.0000 ==> CS0n is Active.
Access tp 0xA000.0000 ==> CS1n is Active.
Is the datasheet correct?
If this is a TM4C129x errata, just like Concrto EPI Errata (CS0/CS1 Swap).
Does TM4C129x use the same EPI Module as Concerto?
Best regards,
ay0689_2

