#include <stdio.h>
#include "board.h"
#include "fsl_clock_manager.h"
#include "fsl_os_abstraction.h"
#include "fsl_edma_driver.h"
#include "fsl_dspi_edma_master_driver.h"
#include "fsl_debug_console.h"
|
int | main (void) |
| DSPI master EDMA - non_blocking. More...
|
|
#define DSPI_MASTER_INSTANCE |
#define TRANSFER_BAUDRATE |
Function prototype for main function.
Thid function uses DSPI master to send an array to slave and receive the array back from slave, thencompare whether the two buffers are the same.
- Parameters
-
receiveBuff | Buffer used to hold received data |