spi.h
Hi, tnx for your lib. I want use this for stm32f103, I need to "spi.h" file. Where to get this file? tnx
Hello. Please read readme file first.you can find it :)On Jul 8, 2019 8:55 PM, Hossein Ghaheri [email protected] wrote:Hi, tnx for your lib. I want use this for stm32f103, I need to "spi.h" file. Where to get this file? tnx
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
Hello Nimaltd i am using STM32 cubemx ide and there is no SPI.h file geneated internally and i don't have Keil, i tried for interfacing your library in cubemx ide with stm32 g070 but there are no of errors are coming.Please provide any library that is compatible with STM32 cubemx ide or please please provide SPI.h file you are using that would be very much helfull.
@akshaykhairkar1996 . hello. you have missed one things. please visit my youtube channel
If you generated project without device initialisation generation as pairs c/h - there will be no spi.h
Change: w25qxx.h: -#include "spi.h" +#include <stdint.h> +#include "main.h"
w25qxxConf.h: +extern SPI_HandleTypeDef hspi1;