This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UART protocol description doubt : BQ76PL455AQ1

Other Parts Discussed in Thread: BQ76PL455A-Q1

Hello,

I am using BQ76PL455AQ1 for EV application.An algorithm to calculate CRC is given on Page 52 of the datasheet.It inverts respective byte in the frame appends these bytes and then calculates CRC using the method.Do we have to send each byte now as LSB first or MSB first since CRC was calculated for the inverted bytes.

For instance:

Can I pass 0x91,0x03etc directly in the UART with LSBFIRST?