Quad Serial Peripheral Interface (QuadSPI)
MPC5606S Microcontroller Reference Manual, Rev. 7
1026 Freescale Semiconductor
 
Address: QSPI_BASE + 0x15C
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
R
0 0 0 0
TXFULL
0 0
TXNE
0 0 0 0
RXFULL
0 0
RXNE
W
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
R
0 0 0 0
AHBFULL
0 0
AHBNE
0 0 0 0
CONTMODE
AHB_ACC
IP_ACC
BUSY
W
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Figure 30-19. Serial Flash Mode Status Register (QSPI_SFMSR)
Table 30-32. QSPI_SFMSR field descriptions 
Field Description
TX Buffer Related Status Information
TXFULL TX Buffer Full: Asserted when no more data can be stored. 
TXNE TX Buffer Not Empty: Asserted when TX Buffer contains data. 
RX Buffer Related Status Information
RXFULL RX Buffer Full: Asserted when RX Buffer is full. 
RXNE RX Buffer Not Empty: Asserted when RX Buffer contains data. 
AHB Buffer Related Status Information
AHBFULL AHB Buffer Full: Asserted when AHB buffer is full. 
AHBNE AHB Buffer Not Empty: Asserted when AHB buffer contains data. 
SFM Command Related Status Information
CONTMODE Continuous Mode: Asserted when last command was of type “Continuous Read Mode”
1
. It is 
asserted at the end of the execution of the related command together with the QSPI_SFMFR[TFF] 
flag. 
AHB_ACC AHB Access: Asserted when the transaction currently executed was initiated by AHB bus. 
IP_ACC IP Access: Asserted when transaction currently executed was initiated by IP bus. 
BUSY Module Busy: Asserted when module is currently busy handling a transaction to an external flash 
device.