Custom External Quad SPI Loader
Hi everyone,
I am trying to create an external loader for my project by ST's "How to create an external QSPI loader MOOC" lesson. Actually lesson's github repository have microcontroller and quad spi flash configurations that I use. I just change some pin configurations for my board's need.
Although I do everything like lesson but my external loader doesn't work correctly. It load flash shifting a byte. For example if my first 4 byte is {11 22 33 44}, external loader is loading these bytes flash like this {22 33 44 xx}. My all data is becoming can't usable because of this problem.
What am I do wrong? Somebody help me pls :(.
Thanks in advance. Be healthy.
