 |
Midnight Sun Firmware
|
Loading...
Searching...
No Matches
30 { .port = GPIO_PORT_B, .pin = 8 }
34 { .port = GPIO_PORT_B, .pin = 9 }
41#define CURRENT_SENSE_I2C_PORT I2C_PORT_1
44#define CURRENT_SENSE_I2C_SDA_GPIO \
45 { .port = GPIO_PORT_B, .pin = 11 }
48#define CURRENT_SENSE_I2C_SCL_GPIO \
49 { .port = GPIO_PORT_B, .pin = 10 }
52#define CURRENT_SENSE_MAX17261_I2C_ADDR (0x36U)
59#define LTC_AFE_SPI_PORT SPI_PORT_2
62#define LTC_AFE_SPI_SDO_GPIO \
63 { .port = GPIO_PORT_B, .pin = 15 }
66#define LTC_AFE_SPI_SDI_GPIO \
67 { .port = GPIO_PORT_B, .pin = 14 }
70#define LTC_AFE_SPI_SCK_GPIO \
71 { .port = GPIO_PORT_B, .pin = 13 }
74#define LTC_AFE_SPI_CS_GPIO \
75 { .port = GPIO_PORT_B, .pin = 12 }
82#define MCP2515_SPI_PORT SPI_PORT_3
85#define MCP2515_SPI_SDO_GPIO \
86 { .port = GPIO_PORT_B, .pin = 5 }
89#define MCP2515_SPI_SDI_GPIO \
90 { .port = GPIO_PORT_B, .pin = 4 }
93#define MCP2515_SPI_SCK_GPIO \
94 { .port = GPIO_PORT_B, .pin = 3 }
97#define MCP2515_SPI_CS_GPIO \
98 { .port = GPIO_PORT_A, .pin = 15 }
105#define BMS_PRECHARGE_STATUS_GPIO \
106 { .port = GPIO_PORT_A, .pin = 3 }
109#define BMS_PRECHARGE_RELAY_ENABLE_GPIO \
110 { .port = GPIO_PORT_A, .pin = 9 }
113#define BMS_PRECHARGE_RELAY_SENSE_GPIO \
114 { .port = GPIO_PORT_A, .pin = 10 }
117#define BMS_POS_RELAY_ENABLE_GPIO \
118 { .port = GPIO_PORT_A, .pin = 4 }
121#define BMS_POS_RELAY_SENSE_GPIO \
122 { .port = GPIO_PORT_A, .pin = 15 }
125#define BMS_NEG_RELAY_ENABLE_GPIO \
126 { .port = GPIO_PORT_A, .pin = 13 }
129#define BMS_NEG_RELAY_SENSE_GPIO \
130 { .port = GPIO_PORT_A, .pin = 12 }
133#define BMS_SOLAR_RELAY_ENABLE_GPIO \
134 { .port = GPIO_PORT_C, .pin = 13 }
137#define BMS_SOLAR_RELAY_SENSE_GPIO \
138 { .port = GPIO_PORT_A, .pin = 6 }
145#define BMS_KILLSWITCH_SENSE_GPIO \
146 { .port = GPIO_PORT_A, .pin = 11 }
153#define BMS_AUX_BATT_VOLTAGE_ADC \
154 { .port = GPIO_PORT_A, .pin = 5 }
161#define BMS_FAN_SENSE_1_GPIO \
162 { .port = GPIO_PORT_B, .pin = 0 }
165#define BMS_FAN_SENSE_2_GPIO \
166 { .port = GPIO_PORT_B, .pin = 1 }
169#define BMS_FAN_PWM_GPIO \
170 { .port = GPIO_PORT_A, .pin = 8 }
177#define NUM_SERIES_MODULES 9U
180#define NUM_SERIES_CELLS_IN_MODULE 4U
183#define NUM_SERIES_CELLS (NUM_SERIES_CELLS_IN_MODULE * NUM_SERIES_MODULES)
186#define NUM_PARALLEL_CELLS 8U
189#define CELL_CAPACITY_MAH 4850U
192#define PACK_CAPACITY_MAH (CELL_CAPACITY_MAH * NUM_PARALLEL_CELLS)