This widget could not be displayed.
Anonymous
Not applicable
Aug 04, 2014
07:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How much EXTERNAL FLASH MEMORY capacity support for mcu STM32F205RG?8MByte support?
Solved! Go to Solution.
Labels
- Labels:
-
Memory
1 Solution
This widget could not be displayed.
Anonymous
Not applicable
Aug 04, 2014
07:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can add your preferred Flash.
Please check and modify spi_flash_internal.h and spi_flash.c
in <WICED-SDK>/Wiced/Platform/common/drivers/spi_flash/.
4 Replies
This widget could not be displayed.
Anonymous
Not applicable
Aug 04, 2014
07:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can add your preferred Flash.
Please check and modify spi_flash_internal.h and spi_flash.c
in <WICED-SDK>/Wiced/Platform/common/drivers/spi_flash/.
Aug 04, 2014
08:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi dmiya
I can add 8MByte external flash memory if I modify the spi_flash* source code?
Not need check mcu stm32f205rg support or not?
Thanks!
Aug 04, 2014
08:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Correct.
External flash can be used only as a storage.
We can not use it like internal flash. Program executes only on internal flash or RAM.
Aug 04, 2014
08:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi dmiya,
Thanks!
This widget could not be displayed.