Mistake on this page?
Report an issue in GitHub or email us
flash_configs.h
1 /* mbed Microcontroller Library
2  * Copyright (c) 2018-2018 ARM Limited
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 #ifndef MBED_FLASH_CONFIGS_H
18 #define MBED_FLASH_CONFIGS_H
19 
20 #if defined(TARGET_DISCO_L475VG_IOT01A)
21 #include "MX25RXX35F_config.h" // MX25R6435F
22 
23 #elif defined(TARGET_DISCO_F413ZH)
24 #include "N25Q128A_config.h" // N25Q128A13EF840F
25 
26 #elif defined(TARGET_DISCO_F746NG)
27 #include "N25Q128A_config.h" // N25Q128A13EF840E
28 
29 #elif defined(TARGET_DISCO_F469NI)
30 #include "N25Q128A_config.h" // N25Q128A13EF840E
31 
32 #elif defined(TARGET_DISCO_F769NI)
33 #include "MX25L51245G_config.h" // MX25L51245G
34 
35 #elif defined(TARGET_DISCO_L476VG)
36 #include "N25Q128A_config.h" // N25Q128A13EF840E
37 /* See STM32L476 Errata Sheet, it is not possible to use Dual-/Quad-mode for the command phase */
38 #undef QSPI_CMD_READ_DPI
39 #undef QSPI_CMD_READ_QPI
40 #undef QSPI_CMD_WRITE_DPI
41 #undef QSPI_CMD_WRITE_QPI
42 
43 #elif defined(TARGET_RHOMBIO_L476DMW1K)
44 #include "MT25Q_config.h" // MT25QL128ABA1EW7
45 /* See STM32L476 Errata Sheet, it is not possible to use Dual-/Quad-mode for the command phase */
46 #undef QSPI_CMD_READ_DPI
47 #undef QSPI_CMD_READ_QPI
48 #undef QSPI_CMD_WRITE_DPI
49 #undef QSPI_CMD_WRITE_QPI
50 
51 #elif defined(TARGET_DISCO_L496AG)
52 #include "MX25RXX35F_config.h" // MX25R6435F
53 
54 #elif defined(TARGET_NRF52840)
55 #include "NORDIC/NRF52840_DK/flash_config.h"
56 
57 #elif defined(TARGET_EFM32GG11_STK3701)
58 #include "SiliconLabs/EFM32GG11_STK3701/flash_config.h"
59 
60 #elif defined(TARGET_K82F)
61 #include "NXP/K82F/flash_config.h"
62 
63 #elif defined(TARGET_KL82Z)
64 #include "NXP/KL82Z/flash_config.h"
65 
66 #elif defined(TARGET_LPC546XX)
67 #include "NXP/LPC546XX/flash_config.h"
68 
69 #elif (defined(TARGET_CY8CPROTO_062_4343W) || defined(TARGET_CY8CKIT_062_WIFI_BT) || defined(TARGET_CY8CKIT_062_BLE))
70 #include "S25FL512S_config.h"
71 
72 #endif
73 #endif // MBED_FLASH_CONFIGS_H
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.