Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in release. #27

Open
AdamFull opened this issue Nov 4, 2020 · 3 comments
Open

Not working in release. #27

AdamFull opened this issue Nov 4, 2020 · 3 comments

Comments

@AdamFull
Copy link

AdamFull commented Nov 4, 2020

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.

@nimaltd
Copy link
Owner

nimaltd commented Apr 4, 2021

please watch youtube video for configuration.

@AdamFull
Copy link
Author

AdamFull commented May 7, 2021

No, problem was in HAL functions for work with SPI

@diyfr
Copy link

diyfr commented Aug 23, 2021

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 ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants