Skip to content

Commit ce04e3d

Browse files
Marcus Changadbridge
authored andcommitted
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.
1 parent f81521a commit ce04e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/flash_ext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern "C" {
2424
#endif
2525

2626
#define FLASH_PAGE_SIZE 256
27-
#define FLASH_SIZE 0x100000
27+
#define FLASH_SIZE 0x200000
2828
#define FLASH_OFS_START 0x0
2929
#define FLASH_OFS_END (FLASH_OFS_START + FLASH_SIZE)
3030

0 commit comments

Comments
 (0)