]> begriffs open source - cmsis-freertos/blob - Demo/ColdFire_MCF52221_CodeWarrior/sources/cfm.c
Update cmsis_os2.c
[cmsis-freertos] / Demo / ColdFire_MCF52221_CodeWarrior / sources / cfm.c
1
2 /* CFM init */
3
4 #define KEY_UPPER   0
5 #define KEY_LOWER   0
6 #define CFMPROT         0
7 #define CFMSACC         0
8 #define CFMDACC         0
9 #define CFMSEC          0
10
11 #pragma define_section cfmconfig ".cfmconfig"  far_absolute R
12 #pragma explicit_zero_data on
13
14 __declspec(cfmconfig)  unsigned long _cfm[6] = {
15         KEY_UPPER,      /* 0x00000400 */
16         KEY_LOWER,      /* 0x00000404 */
17         CFMPROT,            /* 0x00000408 */
18         CFMSACC,            /* 0x0000040C */
19         CFMDACC,            /* 0x00000410 */
20         CFMSEC,         /* 0x00000414 */
21 };