<?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: LPC_RTC-&amp;gt;GPREG  in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-RTC-gt-GPREG/m-p/894189#M35847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;Which IDE do you work with?&lt;/P&gt;&lt;P&gt;What's your chip part number?&lt;/P&gt;&lt;P&gt;Please let me know thus we can test it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Apr 2019 04:23:11 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2019-04-30T04:23:11Z</dc:date>
    <item>
      <title>LPC_RTC-&gt;GPREG</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-RTC-gt-GPREG/m-p/894188#M35846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define A ((uint16_t *)&amp;amp;LPC_RTC-&amp;gt;GPREG0)[0]&lt;BR /&gt;&lt;SPAN&gt;#define B ((uint16_t *)&amp;amp;LPC_RTC-&amp;gt;GPREG0)[1]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A = 10;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B = 20;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OUT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A = 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; B = 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Why its not work ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2019 07:36:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-RTC-gt-GPREG/m-p/894188#M35846</guid>
      <dc:creator>isacakmak</dc:creator>
      <dc:date>2019-04-29T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC_RTC-&gt;GPREG</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-RTC-gt-GPREG/m-p/894189#M35847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;Which IDE do you work with?&lt;/P&gt;&lt;P&gt;What's your chip part number?&lt;/P&gt;&lt;P&gt;Please let me know thus we can test it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 04:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-RTC-gt-GPREG/m-p/894189#M35847</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-04-30T04:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC_RTC-&gt;GPREG</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-RTC-gt-GPREG/m-p/894190#M35848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use emBitz IDE and LPC1768&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example;&lt;/P&gt;&lt;P&gt;typedef struct{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;uint32_t&amp;nbsp; value;&lt;/P&gt;&lt;P&gt;} C;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((uint16_t *)&amp;amp;C.value)[0] = 10;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;((uint16_t *)&amp;amp;C.value)[1] = 20;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;this is work... But, for LPC_RTC-&amp;gt;GPREG not work...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 11:43:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-RTC-gt-GPREG/m-p/894190#M35848</guid>
      <dc:creator>isacakmak</dc:creator>
      <dc:date>2019-04-30T11:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPC_RTC-&gt;GPREG</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-RTC-gt-GPREG/m-p/894191#M35849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;emBitz IDE is not NXP product.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I would suggest you contact the product owner for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2019 09:36:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-RTC-gt-GPREG/m-p/894191#M35849</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-05-05T09:36:44Z</dc:date>
    </item>
  </channel>
</rss>

