-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathNimaLTD.I-CUBE-EE_conf.h
65 lines (54 loc) · 2.13 KB
/
NimaLTD.I-CUBE-EE_conf.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
54
55
56
57
58
59
60
61
62
63
64
/**
******************************************************************************
* File Name : NimaLTD.I-CUBE-EE_conf.h
* Description : This file provides code for the configuration
* of the NimaLTD.I-CUBE-EE_conf.h instances.
******************************************************************************
* @attention
*
* Copyright (c) 2024 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 _NIMALTD_I_CUBE_EE_CONF_H_
#define _NIMALTD_I_CUBE_EE_CONF_H_
#ifdef __cplusplus
extern "C" {
#endif
#define EE_PAGE_SECTOR_SIZE_1K (1024 * 1)
#define EE_PAGE_SECTOR_SIZE_2K (1024 * 2)
#define EE_PAGE_SECTOR_SIZE_4K (1024 * 4)
#define EE_PAGE_SECTOR_SIZE_8K (1024 * 8)
#define EE_PAGE_SECTOR_SIZE_16K (1024 * 16)
#define EE_PAGE_SECTOR_SIZE_32K (1024 * 32)
#define EE_PAGE_SECTOR_SIZE_64K (1024 * 64)
#define EE_PAGE_SECTOR_SIZE_128K (1024 * 128)
#define EE_PAGE_SECTOR_SIZE_256K (1024 * 256)
/**
MiddleWare name : NimaLTD.I-CUBE-EE.3.2.0
MiddleWare fileName : NimaLTD.I-CUBE-EE_conf.h
*/
/*---------- EE_MANUAL_CONFIG -----------*/
#define EE_MANUAL_CONFIG false
/*---------- EE_SELECTED_PAGE_SECTOR_NUMBER -----------*/
#define EE_SELECTED_PAGE_SECTOR_NUMBER 16
/*---------- EE_SELECTED_PAGE_SECTOR_SIZE -----------*/
#define EE_SELECTED_PAGE_SECTOR_SIZE EE_PAGE_SECTOR_SIZE_1K
/*---------- EE_SELECTED_BANK -----------*/
#define EE_SELECTED_BANK FLASH_BANK_1
/*---------- EE_SELECTED_ADDRESS -----------*/
#define EE_SELECTED_ADDRESS 0x08000000
#ifdef __cplusplus
}
#endif
#endif /* _NIMALTD_I_CUBE_EE_CONF_H_ */
/**
* @}
*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/