<?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>MPC5xxxのトピックRAM MPC5744P</title>
    <link>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067048#M16042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do anyone know how to put the&lt;SPAN style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;&amp;nbsp;variables into fixed areas on the chip MPC5744P?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2020 05:03:28 GMT</pubDate>
    <dc:creator>金翅大鹏鸟</dc:creator>
    <dc:date>2020-06-08T05:03:28Z</dc:date>
    <item>
      <title>RAM MPC5744P</title>
      <link>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067048#M16042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do anyone know how to put the&lt;SPAN style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;&amp;nbsp;variables into fixed areas on the chip MPC5744P?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2020 05:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067048#M16042</guid>
      <dc:creator>金翅大鹏鸟</dc:creator>
      <dc:date>2020-06-08T05:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: RAM MPC5744P</title>
      <link>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067049#M16043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please explain what you mean by "fixed areas" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can preserve data by using core registers, or EEPROM.&lt;/P&gt;&lt;P&gt;See core reference manual:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112170i6E06F6D76F66892C/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2020 06:27:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067049#M16043</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2020-06-08T06:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: RAM MPC5744P</title>
      <link>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067050#M16044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to put &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the&lt;/SPAN&gt;&lt;SPAN style="color: #333333; background-color: #f7f8fa; border: 0px; font-weight: normal; font-size: 14px;"&gt;&amp;nbsp;variables(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #f7f8fa; border: 0px; font-weight: normal; font-size: 14px;"&gt;INT16 g_iTcMot1SpdReq = 0;&lt;BR /&gt;INT16 g_iTcMot1TqReq = 0;&lt;BR /&gt;UINT8 g_byTcMot2CtrlMod = 0;&lt;BR /&gt;INT16 g_iTcMot2SpdReq = 0;&lt;BR /&gt;INT16 g_iTcMot2TqReq = 0;&lt;BR /&gt;INT16 g_iTcTotaltqCmd = 0;&lt;BR /&gt;UINT8 g_byTcmot1LimtSts = 0;&lt;BR /&gt;INT16 g_iTcmot1TqCmd = 0;&lt;BR /&gt;INT16 g_iTcmot1TqMax = 0;&lt;BR /&gt;INT16 g_iTcmot1TqMin = 0;&lt;BR /&gt;UINT8 g_byTcmot2LimtSts = 0;&lt;BR /&gt;INT16 g_iTcmot2TqCmd = 0;&lt;BR /&gt;INT16 g_iTcmot2TqMax = 0;&lt;BR /&gt;INT16 g_iTcmot2TqMin = 0;&lt;BR /&gt;BYTE g_byTcuCanLossFlag = 0;&lt;BR /&gt;UINT8 g_byTcuErrCod = 0;&lt;BR /&gt;UINT8 g_byTcuErrLvl = 0;&lt;BR /&gt;UINT8 g_byTcuOperatMode = 0;&lt;BR /&gt;BYTE g_byTcuchkokflg1 = 0;&lt;BR /&gt;BYTE g_byTcuchkokflg2 = 0;&lt;BR /&gt;BYTE g_byTcuchkokflg3 = 0;&lt;BR /&gt;BYTE g_byTcuchkokflg4 = 0;&lt;BR /&gt;BYTE g_byTcuchkokflg5 = 0;&lt;BR /&gt;UINT8 g_byTculivcnt1 = 0;&lt;BR /&gt;UINT8 g_byTculivcnt2 = 0;&lt;BR /&gt;UINT8 g_byTculivcnt3 = 0;&lt;BR /&gt;UINT8 g_byTculivcnt4 = 0;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #f7f8fa; border: 0px; font-weight: normal; font-size: 14px;"&gt;at a address start from 0x40000100 to &lt;SPAN&gt;0x40000400&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 08:32:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067050#M16044</guid>
      <dc:creator>金翅大鹏鸟</dc:creator>
      <dc:date>2020-06-15T08:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: RAM MPC5744P</title>
      <link>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067051#M16045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not know how to set in S32DS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 08:34:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067051#M16045</guid>
      <dc:creator>金翅大鹏鸟</dc:creator>
      <dc:date>2020-06-15T08:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: RAM MPC5744P</title>
      <link>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067052#M16046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an example "Run From RAM"&amp;nbsp;&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-334030"&gt;HOWTO: Run a routine from RAM in S32 Design Studio &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to set the memory allocations using the linker and attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example shows how to run a function from ram, but you should be able to figure out how to set variable in ram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 14:49:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/RAM-MPC5744P/m-p/1067052#M16046</guid>
      <dc:creator>cholland</dc:creator>
      <dc:date>2020-06-15T14:49:48Z</dc:date>
    </item>
  </channel>
</rss>

