Hello,
We are working with the TM4C1294KCPDT and having trouble reading the revision ID. Specifically:
- Memory address = 0x400FE000 (DID0)
- We've tested 7x devices
- A good device (6 of them) reads: 0x100A0002
- A bad device (1 of them) reads: 0x100A0006
Top mark on the device is as follows:
Decoding the register contents using the table from page 255 of the datasheet (http://www.ti.com/lit/ds/symlink/tm4c1294kcpdt.pdf) yields:
- Good Device = 0x100A0002
- Silicon Revision = A2
- Bad Device = 0x100A0006
- Silicon Revision = A6
Per the errata (link below), the "I3" on the top marking indicates silicon revision "A2"
Would you be able to help us understand why we're seeing this difference?
Don