spif icon indicating copy to clipboard operation
spif copied to clipboard

Not working in release.

Open AdamFull opened this issue 5 years ago • 3 comments

I'm using stm32f103 and in release it's not initializing. I made empty project with: 36MHz core freq, in perepherial i enabled usart1, spi1, spi2 and usb.

AdamFull avatar Nov 04 '20 20:11 AdamFull

please watch youtube video for configuration.

nimaltd avatar Apr 04 '21 09:04 nimaltd

No, problem was in HAL functions for work with SPI

AdamFull avatar May 07 '21 13:05 AdamFull

In my project, i added in w25qxx.h :

#include <stdint.h>   // for uint32_t etc..

And in w25qxxConf.h :

#include "stm32f4xx_hal.h"   // for hspi1
#include "main.h" // for FLASH_CS_GPIO_Port & FLASH_CS_Pin ```

diyfr avatar Aug 23 '21 08:08 diyfr