<?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 CodeWarrior development studio target initialization file user guide in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/CodeWarrior-development-studio-target-initialization-file-user/m-p/1657751#M12554</link>
    <description>&lt;P&gt;I need to understand what parameter values to send to the fl.add_device() routine within the Target Initialization File. Please send me a link to a CodeWarrior Development Studio Target Initialization File User Guide or the like.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2023 14:40:48 GMT</pubDate>
    <dc:creator>scottwelsh</dc:creator>
    <dc:date>2023-05-25T14:40:48Z</dc:date>
    <item>
      <title>CodeWarrior development studio target initialization file user guide</title>
      <link>https://community.nxp.com/t5/Layerscape/CodeWarrior-development-studio-target-initialization-file-user/m-p/1657751#M12554</link>
      <description>&lt;P&gt;I need to understand what parameter values to send to the fl.add_device() routine within the Target Initialization File. Please send me a link to a CodeWarrior Development Studio Target Initialization File User Guide or the like.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 14:40:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/CodeWarrior-development-studio-target-initialization-file-user/m-p/1657751#M12554</guid>
      <dc:creator>scottwelsh</dc:creator>
      <dc:date>2023-05-25T14:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior development studio target initialization file user guide</title>
      <link>https://community.nxp.com/t5/Layerscape/CodeWarrior-development-studio-target-initialization-file-user/m-p/1658531#M12564</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/196559"&gt;@scottwelsh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I would like to inform you that I'm working on your question, I will let you know as soon as I have an update.&lt;/P&gt;
&lt;P&gt;Thank you so much for your patience&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 16:08:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/CodeWarrior-development-studio-target-initialization-file-user/m-p/1658531#M12564</guid>
      <dc:creator>SebastianG</dc:creator>
      <dc:date>2023-05-26T16:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior development studio target initialization file user guide</title>
      <link>https://community.nxp.com/t5/Layerscape/CodeWarrior-development-studio-target-initialization-file-user/m-p/1661229#M12584</link>
      <description>&lt;P&gt;I hope this post finds you well,&lt;/P&gt;
&lt;P&gt;As you can see in the following example of fl.add_device&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fl.add_device({"alias": "qspi", "name": "MT25QU128ABA", "address": 0x40000000, "ws_address": 0x10000000, "ws_size": 0x1FFFF, "geometry": "8x1", "controller": "QSPI"})&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #set QSPI as current device&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fl.set_current_device("qspi")&lt;/P&gt;
&lt;P&gt;The fl.add_device() is formed by the following characteristics&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Alias: This setting specified the type of memory that is being used or you want to add.&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;qspi&lt;/LI&gt;
&lt;LI&gt;sd&lt;/LI&gt;
&lt;LI&gt;mmc&lt;/LI&gt;
&lt;LI&gt;nor&lt;/LI&gt;
&lt;LI&gt;nand&lt;/LI&gt;
&lt;/OL&gt;
&lt;LI&gt;Name: This setting specified the model or the number part of the memory or flash memory that you used or added&lt;/LI&gt;
&lt;LI&gt;Address: This setting specified the base address in SoC for flash device.&lt;/LI&gt;
&lt;LI&gt;Ws_address: This setting is for the workspace address; Address where the flash algorithm is downloaded.&lt;/LI&gt;
&lt;LI&gt;Ws_size: This setting is for the size of the workspace.&lt;/LI&gt;
&lt;LI&gt;Geometry: This setting specified the flash organization&lt;/LI&gt;
&lt;LI&gt;Controller: This part specified the controller of the memory&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;If you use qspi the controller would be QSPI&lt;/LI&gt;
&lt;LI&gt;If you use sd or mmc the controller is eSDHC&lt;/LI&gt;
&lt;LI&gt;If you use nor or nand the controller is IFC&lt;/LI&gt;
&lt;/OL&gt;
&lt;/UL&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 21:30:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/CodeWarrior-development-studio-target-initialization-file-user/m-p/1661229#M12584</guid>
      <dc:creator>SebastianG</dc:creator>
      <dc:date>2023-05-31T21:30:24Z</dc:date>
    </item>
  </channel>
</rss>

