SPRUJ79 November 2024 F29H850TU , F29H859TU-Q1
The format of the response is as illustrated in Figure 40-14. There are two types of fields in a response: data and checksum. The data field consists of exactly one data byte, one start bit, and one stop bit, for a total of 10 bits. The LSB is transmitted first. The checksum field consists of one checksum byte, one start bit and one stop bit. The checksum byte is the inverted modulo-256 sum over all data bytes in the data fields of the response.
The format of the response is a stream of N data fields and one checksum field. Typically N is from 1 to 8, with the exception of the extended command frames (Section 40.3.1.6). The length N of the response is indicated either with the optional length control bits of the ID Field (this is used in standards earlier than LIN 1.x); see Table 40-7, or by LENGTH value in SCIFORMAT[18:16] register; see Table 40-8. The SCI/LIN module supports response lengths from 1 to 8 bytes in compliance with LIN 2.0.
ID5 | ID4 | Number of Data Bytes |
---|---|---|
0 | 0 | 2 |
0 | 1 | 2 |
1 | 0 | 4 |
1 | 1 | 8 |
SCIFORMAT[18:16] | Number of Bytes |
---|---|
000 | 1 |
001 | 2 |
010 | 3 |
011 | 4 |
100 | 5 |
101 | 6 |
110 | 7 |
111 | 8 |