English
Language : 

PXD10RM Datasheet, PDF (327/1332 Pages) Freescale Semiconductor, Inc – PXD10 Microcontroller
11.8.8.2 Module Disable Mode
Module disable mode is a module-specific mode that the DSPI can enter to save power. Host software can
initiate the module disable mode by writing a 1 to the MDIS bit in the DSPIx_MCR. In module disable
mode, the DSPI is in a dormant state, but the memory mapped registers are still accessible. Certain read
or write operations have a different affect when the DSPI is in the module disable mode. Reading the RX
FIFO pop register does not change the state of the RX FIFO. Likewise, writing to the TX FIFO push
register does not change the state of the TX FIFO. Clearing either of the FIFOs does not have any effect
in the module disable mode. Changes to the DIS_TXF and DIS_RXF fields of the DSPIx_MCR does not
have any affect in the module disable mode. In the module disable mode, all status bits and register flags
in the DSPI return the correct values when read, but writing to them has no affect. Writing to the
DSPIx_TCR during module disable mode does not have an effect. Interrupt and DMA request signals
cannot be cleared while in the module disable mode.
11.8.8.3 Slave Interface Signal Gating
The DSPI module enable signal is used to gate slave interface signals such as address, byte enable,
read/write and data. This prevents toggling slave interface signals from consuming power unless the DSPI
is accessed.
11.9 Initialization and Application Information
11.9.1 How to Change Queues
DSPI queues are not part of the DSPI module, but the DSPI includes features in support of queue
management. Queues are primarily supported in SPI configuration. This section presents an example of
how to change queues for the DSPI.
1. The last command word from a queue is executed. The EOQ bit in the command word is set to
indicate to the DSPI that this is the last entry in the queue.
2. At the end of the transfer, corresponding to the command word with EOQ set is sampled, the EOQ
flag (EOQF) in the DSPIx_SR is set.
3. The setting of the EOQF flag disables both serial transmission, and serial reception of data, putting
the DSPI in the STOPPED state. The TXRXS bit is negated to indicate the STOPPED state.
4. The eDMA continues to fill TX FIFO until it is full or step 5 occurs.
5. Disable DSPI DMA transfers by disabling the DMA enable request for the DMA channel assigned
to TX FIFO and RX FIFO. This is done by clearing the corresponding DMA enable request bits in
the eDMA controller.
6. Ensure all received data in RX FIFO has been transferred to memory receive queue by reading the
RXCNT in DSPIx_SR or by checking RFDF in the DSPIx_SR after each read operation of the
DSPIx_POPR.
7. Modify DMA descriptor of TX and RX channels for “new” queues.
8. Flush TX FIFO by writing a 1 to the CLR_TXF bit in the DSPIx_MCR register and flush the RX
FIFO by writing a 1 to the CLR_RXF bit in the DSPIx_MCR register.
Freescale Semiconductor
PXD10 Microcontroller Reference Manual, Rev. 1
Preliminary—Subject to Change Without Notice
11-45