SPI slave program to enable communication between the FPGA and the STM32L432 board.

Dependencies:   mbed

DMA_SPI.h

Committer:
Zbyszek
Date:
2019-02-27
Revision:
8:e87027349167
Child:
9:9ed9dffd602a

File content as of revision 8:e87027349167:

#ifndef _DMA_SPI_H_
#define _DMA_SPI_H_

#define C2S     2
#define C3S     3

//#include <stm32l4xx.h>
#include <stm32l4xx.h> 
void initDMA();

#endif