Skip to content

Commit c57a47e

Browse files
adustmmaciejbocianski
authored andcommitted
Change default FlashSize to 64Mbit = 8Mbytes = 0x800000
1 parent 8d2f426 commit c57a47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/qspi_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "pinmap.h"
3535
#include "PeripheralPins.h"
3636

37-
#define QSPI_FLASH_SIZE_DEFAULT 32
37+
#define QSPI_FLASH_SIZE_DEFAULT 0x800000
3838

3939
void qspi_prepare_command(const qspi_command_t *command, QSPI_CommandTypeDef *st_command)
4040
{

0 commit comments

Comments
 (0)