How much EXTERNAL FLASH MEMORY capacity support for mcu STM32F205RG?8MByte support?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

How much EXTERNAL FLASH MEMORY capacity support for mcu STM32F205RG?8MByte support?

0 Likes
1 Solution
Anonymous
Not applicable

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/.

View solution in original post

0 Likes
4 Replies
Anonymous
Not applicable

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/.

0 Likes
Anonymous
Not applicable

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!

0 Likes
Anonymous
Not applicable

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.

0 Likes
Anonymous
Not applicable

Hi dmiya,

     Thanks!

0 Likes