mirror of https://github.com/ARMmbed/mbed-os.git
Increase flash size on Realtek RTL8195AM
The Realtek RTL8195AM has 2 MiB of external flash. This change enables the FlashIAP driver to gain access to the full flash.pull/5453/head
parent
863b3fdcc1
commit
f44a15454b
|
@ -24,7 +24,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define FLASH_PAGE_SIZE 256
|
||||
#define FLASH_SIZE 0x100000
|
||||
#define FLASH_SIZE 0x200000
|
||||
#define FLASH_OFS_START 0x0
|
||||
#define FLASH_OFS_END (FLASH_OFS_START + FLASH_SIZE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue