Skip to content

Commit 7dddf64

Browse files
committed
Add QSPIF test flash config for TARGET_DISCO_L4R9I
1 parent 96a773a commit 7dddf64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TESTS/mbed_hal/qspi/flash_configs/flash_configs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
#elif defined(TARGET_DISCO_F769NI)
3333
#include "MX25L51245G_config.h" // MX25L51245G
3434

35+
#elif defined(TARGET_DISCO_L4R9I)
36+
#include "MX25LM51245G_config.h" // MX25LM51245G
37+
3538
#elif defined(TARGET_DISCO_L476VG)
3639
#include "N25Q128A_config.h" // N25Q128A13EF840E
3740
/* See STM32L476 Errata Sheet, it is not possible to use Dual-/Quad-mode for the command phase */

0 commit comments

Comments
 (0)