According to the TivaTM TM4C1294NCPDT Microcontroller Datasheet SPMS433A, the state of Flash Configuration Register (FLASHCONF) after reset should be:
- FPFON = 1
- FPFOFF = 0
However, with a XM4C1294NCPDT with the processor halted at the reset vector (after a System Reset) the FLASHCONF register is showing both FPFON = 0 and FPFOFF = 0
The device identification registers are:
SYSCTL_DID0 = 0x100A0001
SYSCTL_DID1 = 0x101FC06D
My questions are:
1) If the FPFON and FPFOFF bits are both zero, does it mean that the flash pre-fetch buffer is on or off?
2) Since the state of FPFON at reset differs between the device (FPFON = 0) and the datasheet (FPFON = 1) is this an error in the datasheet, or a device errata?