Bit ordering in PBL

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Bit ordering in PBL

827件の閲覧回数
tomhohenstein
Contributor I

In section 26.4.3 of the LS1046A reference manual (Rev. 1) the first byte of the PBL preamble is defined as follows:

Bit 0Bit 1Bit 2Bit 3Bit 4Bit 5Bit 6Bit 7
10101010

Under the assumption that Bit 0 is the least significant bit, I would expect the first preamble byte to be 0x55. But when I dump the contents of the SD card I'm using I see that the first byte of the preamble is 0xAA instead.

So my question is:

Are the column labels of the PBL data structure in the reference manual in the wrong order or am I missing something else here?

Any help would be appreciated!


					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
タグ(2)
0 件の賞賛
2 返答(返信)

694件の閲覧回数
Pavel
NXP Employee
NXP Employee

Your picture shows 0xAA. See attached snapshots.

Bit0 = 1

Bit1 = 0

Bit2 = 1

Bit3 = 0

Bit4 = 1

Bit5 = 0

Bit6 = 1

Bit7 = 0

 

It is 0xAA.


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛

694件の閲覧回数
tomhohenstein
Contributor I

Thank you for your answer, but I have to disagree with you.

The screenshots you posted does not represent the information from the table. The bit sequence you showed me in your screenshots starts with a zero in Bit 0.

I attached an edit of your screenshot to clarify what I mean. 

But according to the reference manual Bit 0 should be 1.

0 件の賞賛