Is there a way to view content of external flash?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-02 8:01 AM
Hi,
I have an external flash connected to STM32F722 via SPI. Is there a way to view the content of the flash? Maybe with SEGGER J-Flash program?
Thanks
- Labels:
-
SPI
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-02 8:33 AM
You can do this with the ST-LINK Utilities or STM32 Cube Programmer, but you need to code an external loader that supports your chip and board choices.
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
2018-12-02 11:58 AM
If you don't mind using (and building with this patch) openocd:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-04 1:49 AM
I just need a tool, without coding, to just view the content of the flash. Thanks I'll try openocd. Any other simpler ideas are welcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-04 3:47 AM
Unless the external memory appears within the processors memory space this isn't going to magically happen. The processor isn't aware of what and how you have things attached to it.
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
2018-12-04 3:50 AM
Have code in your own app dump the content to a serial port. Create a small debug monitor to allow you to selectively dump regions of it, or upload /download via X-Modem or whatever.
Up vote any posts that you find helpful, it shows what's working..
