Difference between revisions of "LSB"

From SEGGER Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
[[Category:In Progress]]
+
[[Category:Knowledge Base]]
 
LSB stands for Least Significant Bit.
 
LSB stands for Least Significant Bit.
   

Revision as of 21:41, 3 June 2019

LSB stands for Least Significant Bit.

In a multi-bit binary number, the LSB is the bit with the lowest value.

It is the one farthest to the right in the string. In Embedded Systems the LSB is especially important when it comes to transmission of a data.

For example, the LSB in the binary number 10101010 is the "0" to the far right.

In Embedded Systems the LSB is especially important when it comes to transmission of a data. LSB, together with MSB, is a key component of Endianness.