Problem with creating external loader on STM32F411 and W25Q64
Hello
I wanted to create a external loader for STM32F411CEU6 (WeAct Blackpill board) and W25Q64 flash memory chip. I did it based on the tutorial from youtube link: https://www.youtube.com/watch?v=KlG2doCkREM&t=1792s
I the tutorial i found link to W25QXX libray. And after testing in a simple project writing and reading,i know the libray works, but when i compile the external loader and test it in debug mode, the SPI transmit return HAL_Busy status, only when i debug the external loader project.
I tried to lower SPI speed but without success. Why the libray works in a simple project but in a external loader project no.
I see no reason why the SPI_Transmit status is BUSY.
Here is link to repo (external loader project): https://github.com/apaczenko1993/W25Q64_BLACKPILL-F411

Maybe someone has commpiled external loader for BlackPill Board with W25Q64 flash chip, or helps me to explan what is wrong?
