foxBMS  1.6.0
The foxBMS Battery Management System API Documentation
can_cfg.c File Reference

Configuration for the CAN module. More...

#include "can_cfg.h"
#include "database.h"
#include "ftask.h"
#include <stdint.h>
Include dependency graph for can_cfg.c:

Go to the source code of this file.

Variables

const CAN_NODE_s can_node1
 
const CAN_NODE_s can_node2Isolated
 
const CAN_SHIM_s can_kShim
 
static DATA_BLOCK_CELL_TEMPERATURE_s can_tableTemperatures = {.header.uniqueId = DATA_BLOCK_ID_CELL_TEMPERATURE}
 
static DATA_BLOCK_CELL_VOLTAGE_s can_tableCellVoltages = {.header.uniqueId = DATA_BLOCK_ID_CELL_VOLTAGE}
 
static DATA_BLOCK_CURRENT_SENSOR_s can_tableCurrentSensor = {.header.uniqueId = DATA_BLOCK_ID_CURRENT_SENSOR}
 
static DATA_BLOCK_ERROR_STATE_s can_tableErrorState = {.header.uniqueId = DATA_BLOCK_ID_ERROR_STATE}
 
static DATA_BLOCK_INSULATION_MONITORING_s can_tableInsulation
 
static DATA_BLOCK_MIN_MAX_s can_tableMinimumMaximumValues = {.header.uniqueId = DATA_BLOCK_ID_MIN_MAX}
 
static DATA_BLOCK_MOL_FLAG_s can_tableMolFlags = {.header.uniqueId = DATA_BLOCK_ID_MOL_FLAG}
 
static DATA_BLOCK_MSL_FLAG_s can_tableMslFlags = {.header.uniqueId = DATA_BLOCK_ID_MSL_FLAG}
 
static DATA_BLOCK_OPEN_WIRE_s can_tableOpenWire = {.header.uniqueId = DATA_BLOCK_ID_OPEN_WIRE_BASE}
 
static DATA_BLOCK_PACK_VALUES_s can_tablePackValues = {.header.uniqueId = DATA_BLOCK_ID_PACK_VALUES}
 
static DATA_BLOCK_RSL_FLAG_s can_tableRslFlags = {.header.uniqueId = DATA_BLOCK_ID_RSL_FLAG}
 
static DATA_BLOCK_SOC_s can_tableSoc = {.header.uniqueId = DATA_BLOCK_ID_SOC}
 
static DATA_BLOCK_SOE_s can_tableSoe = {.header.uniqueId = DATA_BLOCK_ID_SOE}
 
static DATA_BLOCK_SOF_s can_tableSof = {.header.uniqueId = DATA_BLOCK_ID_SOF}
 
static DATA_BLOCK_SOH_s can_tableSoh = {.header.uniqueId = DATA_BLOCK_ID_SOH}
 
static DATA_BLOCK_STATE_REQUEST_s can_tableStateRequest = {.header.uniqueId = DATA_BLOCK_ID_STATE_REQUEST}
 
static DATA_BLOCK_AEROSOL_SENSOR_s can_tableAerosolSensor = {.header.uniqueId = DATA_BLOCK_ID_AEROSOL_SENSOR}
 

Detailed Description

Configuration for the CAN module.

SPDX-License-Identifier: BSD-3-Clause

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

We kindly request you to use one or more of the following phrases to refer to foxBMS in your hardware, software, documentation or advertising materials:

  • ″This product uses parts of foxBMS®″
  • ″This product includes parts of foxBMS®″
  • ″This product is derived from foxBMS®″
Author
foxBMS Team
Date
2019-12-04 (date of creation)
Updated
2023-10-12 (date of last update)
Version
v1.6.0
Prefix
CAN

The CAN bus settings and the received messages and their reception handling are to be specified here.

Definition in file can_cfg.c.

Variable Documentation

◆ can_kShim

const CAN_SHIM_s can_kShim
Initial value:
= {
.pQueueImd = &ftsk_imdCanDataQueue,
.pTableCellTemperature = &can_tableTemperatures,
.pTableCellVoltage = &can_tableCellVoltages,
.pTableCurrentSensor = &can_tableCurrentSensor,
.pTableErrorState = &can_tableErrorState,
.pTableInsulation = &can_tableInsulation,
.pTableMol = &can_tableMolFlags,
.pTableMsl = &can_tableMslFlags,
.pTableOpenWire = &can_tableOpenWire,
.pTablePackValues = &can_tablePackValues,
.pTableRsl = &can_tableRslFlags,
.pTableSoc = &can_tableSoc,
.pTableSoe = &can_tableSoe,
.pTableSof = &can_tableSof,
.pTableSoh = &can_tableSoh,
.pTableStateRequest = &can_tableStateRequest,
.pTableAerosolSensor = &can_tableAerosolSensor,
}
static DATA_BLOCK_CELL_VOLTAGE_s can_tableCellVoltages
Definition: can_cfg.c:85
static DATA_BLOCK_MSL_FLAG_s can_tableMslFlags
Definition: can_cfg.c:92
static DATA_BLOCK_MIN_MAX_s can_tableMinimumMaximumValues
Definition: can_cfg.c:90
static DATA_BLOCK_OPEN_WIRE_s can_tableOpenWire
Definition: can_cfg.c:93
static DATA_BLOCK_PACK_VALUES_s can_tablePackValues
Definition: can_cfg.c:94
static DATA_BLOCK_MOL_FLAG_s can_tableMolFlags
Definition: can_cfg.c:91
static DATA_BLOCK_SOH_s can_tableSoh
Definition: can_cfg.c:99
static DATA_BLOCK_AEROSOL_SENSOR_s can_tableAerosolSensor
Definition: can_cfg.c:101
static DATA_BLOCK_ERROR_STATE_s can_tableErrorState
Definition: can_cfg.c:87
static DATA_BLOCK_CELL_TEMPERATURE_s can_tableTemperatures
Definition: can_cfg.c:84
static DATA_BLOCK_SOE_s can_tableSoe
Definition: can_cfg.c:97
static DATA_BLOCK_RSL_FLAG_s can_tableRslFlags
Definition: can_cfg.c:95
static DATA_BLOCK_STATE_REQUEST_s can_tableStateRequest
Definition: can_cfg.c:100
static DATA_BLOCK_INSULATION_MONITORING_s can_tableInsulation
Definition: can_cfg.c:88
static DATA_BLOCK_SOF_s can_tableSof
Definition: can_cfg.c:98
static DATA_BLOCK_SOC_s can_tableSoc
Definition: can_cfg.c:96
static DATA_BLOCK_CURRENT_SENSOR_s can_tableCurrentSensor
Definition: can_cfg.c:86
OS_QUEUE ftsk_imdCanDataQueue

variable for storing and passing on the local database table handles

Definition at line 105 of file can_cfg.c.

◆ can_node1

const CAN_NODE_s can_node1
Initial value:
= {
.canNodeRegister = canREG1,
}

CAN node configurations for CAN1 and CAN2 (isolated)

Definition at line 74 of file can_cfg.c.

◆ can_node2Isolated

const CAN_NODE_s can_node2Isolated
Initial value:
= {
.canNodeRegister = canREG2,
}

Definition at line 78 of file can_cfg.c.

◆ can_tableAerosolSensor

DATA_BLOCK_AEROSOL_SENSOR_s can_tableAerosolSensor = {.header.uniqueId = DATA_BLOCK_ID_AEROSOL_SENSOR}
static

local copies of database tables

Definition at line 101 of file can_cfg.c.

◆ can_tableCellVoltages

DATA_BLOCK_CELL_VOLTAGE_s can_tableCellVoltages = {.header.uniqueId = DATA_BLOCK_ID_CELL_VOLTAGE}
static

local copies of database tables

Definition at line 85 of file can_cfg.c.

◆ can_tableCurrentSensor

DATA_BLOCK_CURRENT_SENSOR_s can_tableCurrentSensor = {.header.uniqueId = DATA_BLOCK_ID_CURRENT_SENSOR}
static

local copies of database tables

Definition at line 86 of file can_cfg.c.

◆ can_tableErrorState

DATA_BLOCK_ERROR_STATE_s can_tableErrorState = {.header.uniqueId = DATA_BLOCK_ID_ERROR_STATE}
static

local copies of database tables

Definition at line 87 of file can_cfg.c.

◆ can_tableInsulation

DATA_BLOCK_INSULATION_MONITORING_s can_tableInsulation
static
Initial value:
= {
@ DATA_BLOCK_ID_INSULATION_MONITORING
Definition: database_cfg.h:97

local copies of database tables

Definition at line 88 of file can_cfg.c.

◆ can_tableMinimumMaximumValues

DATA_BLOCK_MIN_MAX_s can_tableMinimumMaximumValues = {.header.uniqueId = DATA_BLOCK_ID_MIN_MAX}
static

local copies of database tables

Definition at line 90 of file can_cfg.c.

◆ can_tableMolFlags

DATA_BLOCK_MOL_FLAG_s can_tableMolFlags = {.header.uniqueId = DATA_BLOCK_ID_MOL_FLAG}
static

local copies of database tables

Definition at line 91 of file can_cfg.c.

◆ can_tableMslFlags

DATA_BLOCK_MSL_FLAG_s can_tableMslFlags = {.header.uniqueId = DATA_BLOCK_ID_MSL_FLAG}
static

local copies of database tables

Definition at line 92 of file can_cfg.c.

◆ can_tableOpenWire

DATA_BLOCK_OPEN_WIRE_s can_tableOpenWire = {.header.uniqueId = DATA_BLOCK_ID_OPEN_WIRE_BASE}
static

local copies of database tables

Definition at line 93 of file can_cfg.c.

◆ can_tablePackValues

DATA_BLOCK_PACK_VALUES_s can_tablePackValues = {.header.uniqueId = DATA_BLOCK_ID_PACK_VALUES}
static

local copies of database tables

Definition at line 94 of file can_cfg.c.

◆ can_tableRslFlags

DATA_BLOCK_RSL_FLAG_s can_tableRslFlags = {.header.uniqueId = DATA_BLOCK_ID_RSL_FLAG}
static

local copies of database tables

Definition at line 95 of file can_cfg.c.

◆ can_tableSoc

DATA_BLOCK_SOC_s can_tableSoc = {.header.uniqueId = DATA_BLOCK_ID_SOC}
static

local copies of database tables

Definition at line 96 of file can_cfg.c.

◆ can_tableSoe

DATA_BLOCK_SOE_s can_tableSoe = {.header.uniqueId = DATA_BLOCK_ID_SOE}
static

local copies of database tables

Definition at line 97 of file can_cfg.c.

◆ can_tableSof

DATA_BLOCK_SOF_s can_tableSof = {.header.uniqueId = DATA_BLOCK_ID_SOF}
static

local copies of database tables

Definition at line 98 of file can_cfg.c.

◆ can_tableSoh

DATA_BLOCK_SOH_s can_tableSoh = {.header.uniqueId = DATA_BLOCK_ID_SOH}
static

local copies of database tables

Definition at line 99 of file can_cfg.c.

◆ can_tableStateRequest

DATA_BLOCK_STATE_REQUEST_s can_tableStateRequest = {.header.uniqueId = DATA_BLOCK_ID_STATE_REQUEST}
static

local copies of database tables

Definition at line 100 of file can_cfg.c.

◆ can_tableTemperatures

DATA_BLOCK_CELL_TEMPERATURE_s can_tableTemperatures = {.header.uniqueId = DATA_BLOCK_ID_CELL_TEMPERATURE}
static

local copies of database tables

Definition at line 84 of file can_cfg.c.