2024-11-29 05:18 PM
Please give an example of IAR external SPI_FLASH(W25Q128) download algorithm for STM32F429IG, thank you
2024-11-29 05:30 PM
Check what documentation and examples IAR provides for .flash and .mac implementations
2024-11-29 05:42 PM
2024-11-29 09:18 PM
What doesn't jump to the main() function?
The W25Q128 is on SPI4
PE4 CS
PE2 SCK
PE5 MISO
PE6 MOSI
Your function,if it's running properly should read 100 bytes into a buffer, and then loop.
Does any of that run?
Any other code you've written run?
2024-11-29 10:37 PM - edited 2024-11-29 10:38 PM