<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LayerscapeのトピックBit ordering in PBL</title>
    <link>https://community.nxp.com/t5/Layerscape/Bit-ordering-in-PBL/m-p/811057#M3620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In section 26.4.3 of the LS1046A reference manual (Rev. 1) the first byte of the PBL preamble is defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;Bit 0&lt;/TH&gt;&lt;TH&gt;Bit 1&lt;/TH&gt;&lt;TH&gt;Bit 2&lt;/TH&gt;&lt;TH&gt;Bit 3&lt;/TH&gt;&lt;TH&gt;Bit 4&lt;/TH&gt;&lt;TH&gt;Bit 5&lt;/TH&gt;&lt;TH&gt;Bit 6&lt;/TH&gt;&lt;TH&gt;Bit 7&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is:&lt;/P&gt;&lt;P&gt;Are the column labels of the PBL data structure in the reference manual in the wrong order or am I missing something else here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2018 09:51:32 GMT</pubDate>
    <dc:creator>tomhohenstein</dc:creator>
    <dc:date>2018-08-02T09:51:32Z</dc:date>
    <item>
      <title>Bit ordering in PBL</title>
      <link>https://community.nxp.com/t5/Layerscape/Bit-ordering-in-PBL/m-p/811057#M3620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In section 26.4.3 of the LS1046A reference manual (Rev. 1) the first byte of the PBL preamble is defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;Bit 0&lt;/TH&gt;&lt;TH&gt;Bit 1&lt;/TH&gt;&lt;TH&gt;Bit 2&lt;/TH&gt;&lt;TH&gt;Bit 3&lt;/TH&gt;&lt;TH&gt;Bit 4&lt;/TH&gt;&lt;TH&gt;Bit 5&lt;/TH&gt;&lt;TH&gt;Bit 6&lt;/TH&gt;&lt;TH&gt;Bit 7&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is:&lt;/P&gt;&lt;P&gt;Are the column labels of the PBL data structure in the reference manual in the wrong order or am I missing something else here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 09:51:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Bit-ordering-in-PBL/m-p/811057#M3620</guid>
      <dc:creator>tomhohenstein</dc:creator>
      <dc:date>2018-08-02T09:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bit ordering in PBL</title>
      <link>https://community.nxp.com/t5/Layerscape/Bit-ordering-in-PBL/m-p/811058#M3621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Your picture shows 0xAA. See attached snapshots. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Bit0 = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Bit1 = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Bit2 = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Bit3 = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Bit4 = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Bit5 = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Bit6 = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Bit7 = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;It is 0xAA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 02:32:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Bit-ordering-in-PBL/m-p/811058#M3621</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2018-08-03T02:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bit ordering in PBL</title>
      <link>https://community.nxp.com/t5/Layerscape/Bit-ordering-in-PBL/m-p/811059#M3622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer, but I have to disagree with you.&lt;/P&gt;&lt;P&gt;The screenshots you posted does&amp;nbsp;not represent the information from the table. The bit sequence you showed me in your screenshots starts with a zero in Bit 0.&lt;/P&gt;&lt;P&gt;I attached an edit of your screenshot to clarify what I mean.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But according to the reference manual Bit 0 should be 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 07:04:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Bit-ordering-in-PBL/m-p/811059#M3622</guid>
      <dc:creator>tomhohenstein</dc:creator>
      <dc:date>2018-08-03T07:04:51Z</dc:date>
    </item>
  </channel>
</rss>

