We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55c0da commit f7ff09dCopy full SHA for f7ff09d
targets/TARGET_ARM_FM/TARGET_FVP_MPS2/flash_api.c
@@ -14,6 +14,7 @@
14
* limitations under the License.
15
*/
16
17
+#include "string.h"
18
#include "device.h"
19
#include "flash_api.h"
20
#include "memory_zones.h"
@@ -22,7 +23,7 @@
22
23
* The implementation emulates flash over SRAM.
24
25
-#define FLASH_PAGE_SIZE 256
26
+#define FLASH_PAGE_SIZE 4U
27
#define FLASH_OFS_START ZBT_SRAM1_START
28
#define FLASH_SECTOR_SIZE 0x1000
29
#define FLASH_OFS_END (ZBT_SRAM1_START + ZBT_SRAM1_SIZE)
0 commit comments