Difference between revisions of "LSB"

From SEGGER Wiki
Jump to: navigation, search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:In Progress - MB]]
+
[[Category:Knowledge Base]]
LSB stands for [[Least Significant Bit]].
+
LSB stands for Least Significant Bit.
   
 
In a multi-bit binary number, the LSB is the bit with the lowest value.
 
In a multi-bit binary number, the LSB is the bit with the lowest value.
Line 8: Line 8:
 
For example, the LSB in the binary number 10101010 is the "0" to the far right.
 
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.
+
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]].

Latest revision as of 23:24, 6 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.