<?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>LPC MicrocontrollersのトピックRe: Parsable MCU documentation</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1191987#M43108</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;kamil_wojdylo&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;we can find registers' definition in UM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are register definition header file in lpcopen package. they are .h files.&lt;/P&gt;
&lt;P&gt;LPCOpen download:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc13xx:LPCOPEN-SOFTWARE-FOR-LPC13XX" target="_blank"&gt;https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc13xx:LPCOPEN-SOFTWARE-FOR-LPC13XX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Besides, we don't have other parsable files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2020 05:01:05 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2020-12-02T05:01:05Z</dc:date>
    <item>
      <title>Parsable MCU documentation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1190523#M43070</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am using LPC1343 mcu and I would like to crate some tool for IDE in order to show registers description in the IDE.&lt;BR /&gt;For that I need some kind parsable (JSON,XML etc) MCU documentation to have information about registers their names, names of bits in them and description. Basically data which is now placed in tables in user manuals.&lt;/P&gt;&lt;P&gt;Does anyone know if there is something like that or is it possible to receive something like this from NXP?&lt;/P&gt;&lt;P&gt;Please see attachment for example table.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 15:27:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1190523#M43070</guid>
      <dc:creator>kamil_wojdylo</dc:creator>
      <dc:date>2020-11-28T15:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parsable MCU documentation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1191987#M43108</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;kamil_wojdylo&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;we can find registers' definition in UM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are register definition header file in lpcopen package. they are .h files.&lt;/P&gt;
&lt;P&gt;LPCOpen download:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc13xx:LPCOPEN-SOFTWARE-FOR-LPC13XX" target="_blank"&gt;https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc13xx:LPCOPEN-SOFTWARE-FOR-LPC13XX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Besides, we don't have other parsable files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 05:01:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1191987#M43108</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-12-02T05:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parsable MCU documentation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1192235#M43118</link>
      <description>&lt;P&gt;I was thinking about more detailed description like in UM.&lt;/P&gt;&lt;P&gt;Thank you for clarifying what resources are available.&lt;/P&gt;&lt;P&gt;I will do the best with resources I have.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 09:53:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1192235#M43118</guid>
      <dc:creator>kamil_wojdylo</dc:creator>
      <dc:date>2020-12-02T09:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Parsable MCU documentation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1206219#M43442</link>
      <description>&lt;P&gt;Exactly this information is published for use during debugging (so Eclipse can show you register contents and you can make changes). IIRC its an XML file somewhere, sorry I don't remember where. Google and you'll find it!&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 17:04:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1206219#M43442</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2021-01-04T17:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parsable MCU documentation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1209666#M43527</link>
      <description>&lt;P&gt;Do I have to turn some option on to have this XML file being created or is it on by default?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 13:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Parsable-MCU-documentation/m-p/1209666#M43527</guid>
      <dc:creator>kamil_wojdylo</dc:creator>
      <dc:date>2021-01-11T13:27:21Z</dc:date>
    </item>
  </channel>
</rss>

