50 lines
1.6 KiB
Plaintext
50 lines
1.6 KiB
Plaintext
/*** GENERAL DEFINITION ***/
|
|
LIN_node_config_file;
|
|
|
|
/*** MCU DEFINITION ***/
|
|
mcu {
|
|
mcu_name = MC9S12ZVL32;
|
|
bus_clock = 32000000; /* Frequency bus of system Hz*/
|
|
xgate_support = no; /* Support XGATE Co-Processor */
|
|
}
|
|
|
|
/*** LIN HARDWARE DEFINITION ***/
|
|
/* Sci config */
|
|
sci {
|
|
S12_sci0{
|
|
sci_channel = 0;
|
|
}
|
|
}
|
|
|
|
/*** NETWORK DEFINITION ***/
|
|
network {
|
|
idle_timeout = 4 s;
|
|
time_period = 500 us;
|
|
diagnostic_class = 3;
|
|
resynchronization_support = no;
|
|
autobaud_support = no;
|
|
max_message_length = 64;
|
|
LI0 {
|
|
node = MFL; /* Name of node described in LDF (must check consistence with LDF) */
|
|
file = "LDF_DMK-BC316-77.ldf"; /* Name of LDF file */
|
|
device = S12_sci0;
|
|
support_sid {
|
|
READ_BY_IDENTIFIER = 0xb2;
|
|
SAVE_CONFIGURATION = 0xb6;
|
|
ASSIGN_FRAME_ID_RANGE = 0xb7;
|
|
READ_DATA_BY_IDENTIFIER = 0x22;
|
|
SESSION_CONTROL = 0x10;
|
|
IO_CONTROL_BY_IDENTIFIER = 0x2f;
|
|
FAULT_MEMORY_READ = 0x19;
|
|
FAULT_MEMORY_CLEAR = 0x14;
|
|
WRITE_DATA_BY_IDENTIFIER = 0x2e;
|
|
RoutineControl = 0x31;
|
|
CommunicationControl = 0x28;
|
|
ECUReset = 0x11;
|
|
TesterPresent = 0x3e;
|
|
ASSIGN_FRAME_IDENTIFIER = 0xb1;
|
|
}
|
|
}
|
|
}
|
|
|