
SPI slave program to enable communication between the FPGA and the STM32L432 board.
Diff: DMA_SPI.h
- Revision:
- 8:e87027349167
- Child:
- 9:9ed9dffd602a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DMA_SPI.h Wed Feb 27 23:35:51 2019 +0000 @@ -0,0 +1,11 @@ +#ifndef _DMA_SPI_H_ +#define _DMA_SPI_H_ + +#define C2S 2 +#define C3S 3 + +//#include <stm32l4xx.h> +#include <stm32l4xx.h> +void initDMA(); + +#endif