IAR external SPI_FLASH(W25Q128) download algorithm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-29 5:18 PM
Please give an example of IAR external SPI_FLASH(W25Q128) download algorithm for STM32F429IG, thank you
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-29 5:30 PM
Check what documentation and examples IAR provides for .flash and .mac implementations
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-29 5:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-29 9: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?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-29 10:37 PM - edited ‎2024-11-29 10:38 PM
