3.2.8.4 DIAG_DMAC_LinkedList

Returns the status of the DMA_LINKED_TRANSFER diagnostic

This function configures the DMAC to transfer a block of data from one SRAM location to another. Check that the request is carried out, with correct values for the source address, destination address, and data length.

DIAG_TEST_STATUS 
DIAG_DMAC_LinkedList
    (
        int chan
    );

Diagnostic verifies the following faults do not exist

  • Error in linked list operation

Operating Mode

  • Interface can be used at POST and ‘On Demand’
Precondition
  • none

Parameters

  • chan - DMAC channel (if negative, routine will choose one)

Returns

  • DIAG_TEST_PASSED if no faults were found, otherwise, DIAG_TEST_FAILED.