<?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>topic Re: Detecting dsp controller type (56F8355 vs 56F8155) in Digital Signal Controllers</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Detecting-dsp-controller-type-56F8355-vs-56F8155/m-p/577392#M840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;But, what can we expect when attempting to read xFlash on a 155? Could a catastrophic failure occur (e.g. freezing or resetting the processor)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No catastrophic failure would occur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2016 18:46:38 GMT</pubDate>
    <dc:creator>johnlwinters</dc:creator>
    <dc:date>2016-07-06T18:46:38Z</dc:date>
    <item>
      <title>Detecting dsp controller type (56F8355 vs 56F8155)</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Detecting-dsp-controller-type-56F8355-vs-56F8155/m-p/577389#M837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;We&amp;nbsp; need to write code that can run either on a 56F8355 or 56F8155 processor. We thought we could use the chip ID information, but apparently the ID is the same for the two processors. Is there another reliable way to detect which processor the code is running on?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 12:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Detecting-dsp-controller-type-56F8355-vs-56F8155/m-p/577389#M837</guid>
      <dc:creator>adicarlo</dc:creator>
      <dc:date>2016-06-27T12:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting dsp controller type (56F8355 vs 56F8155)</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Detecting-dsp-controller-type-56F8355-vs-56F8155/m-p/577390#M838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No reliable way other than a test of all the extra features of the 355, as there is nothing to prevent them from existing in an untested form in the 155 per the data sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 16:29:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Detecting-dsp-controller-type-56F8355-vs-56F8155/m-p/577390#M838</guid>
      <dc:creator>johnlwinters</dc:creator>
      <dc:date>2016-06-27T16:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting dsp controller type (56F8355 vs 56F8155)</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Detecting-dsp-controller-type-56F8355-vs-56F8155/m-p/577391#M839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;thank you for your answer.&lt;/P&gt;&lt;P&gt;1) I assume at this point the 155 to be a cheaper part just because it has lower test coverage.. or possibly at least some failed test in some of the "missing" functional blocks.. Is my assumption correct?&lt;/P&gt;&lt;P&gt;By the way, I missed this being somehow mentioned in the data sheet. Do you remember which section of the document reports this information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Code which we would like to run on both chips is actually just bootloader code. We may have boards with either chip and application FW which can either use xFlash or place everything in pFlash (of course only the latter would apply when running on a 155). What we actually need to know is just whether xFlash is used by the application or not. If we run on a 355 we can test a specific xFlash location for a flag (e.g. 0x55AA) which tells us that xFlash is used.&lt;/P&gt;&lt;P&gt;But, what can we expect when attempting to read xFlash on a 155?&lt;/P&gt;&lt;P&gt;Could a catastrophic failure occur (e.g. freezing or resetting the processor)?&lt;/P&gt;&lt;P&gt;If reading xFlash on a 155&amp;nbsp; can only either succeed or fail "graciously", then we could still use this method (assuming probability that reading will return 0x55AA just by chance to be low "enough", of course).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 06:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Detecting-dsp-controller-type-56F8355-vs-56F8155/m-p/577391#M839</guid>
      <dc:creator>adicarlo</dc:creator>
      <dc:date>2016-07-05T06:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting dsp controller type (56F8355 vs 56F8155)</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Detecting-dsp-controller-type-56F8355-vs-56F8155/m-p/577392#M840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;But, what can we expect when attempting to read xFlash on a 155? Could a catastrophic failure occur (e.g. freezing or resetting the processor)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No catastrophic failure would occur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 18:46:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Detecting-dsp-controller-type-56F8355-vs-56F8155/m-p/577392#M840</guid>
      <dc:creator>johnlwinters</dc:creator>
      <dc:date>2016-07-06T18:46:38Z</dc:date>
    </item>
  </channel>
</rss>

