Fork

Dependencies:   mbed libscpi

Committer:
wuliqunyy
Date:
Wed May 12 10:09:04 2021 +0000
Revision:
15:83bbc18cccbc
Parent:
14:062850afdf38
Child:
16:a0bfe33f8a4a
New start up communication state machine working

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wuliqunyy 12:9f8c7f4da5f6 1 #define NV_POSITION_DEFAULT (17<<NV_POSITION_PULSE_TIME_OFFSET)|(3<<NV_POSITION_DUTY_OFFSET)|(0<<NV_POSI_MAJO_VOTE_OFFSET)|(0<<NV_ANTI_COG_OFFSET)|(1<<NV_FIRST_NON_FLAT_TIME_OFFSET)
wuliqunyy 6:019ab407ac3c 2 #define NV_START_UP_DEFAULT (0<<NV_SOFT_START_OFFSET)|(0<<NV_SINGLE_PULSE_START_OFFSET)|(0<<NV_LONG_START_OFFSET)|(3<<NV_COMM_START_NUM_OFFSET)|(3<<NV_START_DUTY_OFFSET)|(3<<NV_SOFT_STEP_SIZE_OFFSET)|(36<<NV_START_UP_TIME_OFFSET)
wuliqunyy 6:019ab407ac3c 3 #define NV_WIND_BRAKE_DEFAULT (1<<NV_QUICK_START_OFFSET)|(0<<NV_WIND_START_OFFSET)|(1<<NV_SOFT_NUM_STEP_OFFSET)|(1<<NV_WIND_WINDOW_OFFSET)|(0<<NV_BRAKE_WINDOW_OFFSET)
wuliqunyy 11:b86aea372744 4 #define NV_SPD_CONTROL_1_DEFAULT 0
wuliqunyy 12:9f8c7f4da5f6 5 #define NV_SPD_CONTROL_2_DEFAULT 0
wuliqunyy 12:9f8c7f4da5f6 6 #define NV_GEN_CTRL_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 7 #define NV_APPLICATION_CFG_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 8 #define NV_I_ZC_TH_HIGH_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 9 #define NV_I_ZC_TH_LOW_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 10 #define NV_DI_TH_1ST_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 11 #define NV_DI_TH_2ND_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 12 #define NV_DIG_CONFIG_DEFAULT 0;
wuliqunyy 9:76a0b9f29a2d 13
wuliqunyy 10:a8390614edcc 14 #define RAM_OPEN_DUTY_DEFAULT 65535
wuliqunyy 6:019ab407ac3c 15
wuliqunyy 6:019ab407ac3c 16