-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmx25um51245g_conf_template.h
53 lines (44 loc) · 1.55 KB
/
mx25um51245g_conf_template.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/**
******************************************************************************
* @file mx25um51245g_conf.h
* @author MCD Application Team
* @brief MX25UM51245G OctoSPI memory configuration template file.
* This file should be copied to the application folder and renamed
* to mx25um51245g_conf.h
******************************************************************************
* @attention
*
* Copyright (c) 2023 STMicroelectronics.
* All rights reserved.
*
* This software is licensed under terms that can be found in the LICENSE file
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef MX25UM51245G_CONF_H
#define MX25UM51245G_CONF_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32xxxx_hal.h"
/** @addtogroup BSP
* @{
*/
#define CONF_OSPI_ODS MX25UM51245G_CR_ODS_24 /* MX25UM51245G Output Driver Strength */
#define DUMMY_CYCLES_READ 8U
#define DUMMY_CYCLES_READ_OCTAL 6U
#define DUMMY_CYCLES_READ_OCTAL_DTR 6U
#define DUMMY_CYCLES_REG_OCTAL 4U
#define DUMMY_CYCLES_REG_OCTAL_DTR 5U
/**
* @}
*/
#ifdef __cplusplus
}
#endif
#endif /* MX25UM51245G_CONF_H */
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/