<?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>LPCXpresso IDEのトピックWhat are CMSIS, Peripheral driver library, Redlib ?</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-are-CMSIS-Peripheral-driver-library-Redlib/m-p/550721#M11544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Karthik Venkatesh on Mon Nov 30 02:58:45 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to LPCXpresso environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to start with a very simple code using LPC812 MCU, which is GPIO toggling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been going through the LPCXpresso user guide and came across terms like CMSIS CORE library, Peripheral driver library, Redlib etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that [color=#f00]CMSIS Core[/color] is software module which helps us accessing the core and other peripherals by providing abstraction layers. For example, in order to read a GPIO, instead of directly reading it, CMSIS has a abstracted for like GETPIN() which does reading the pin. Am I right ? Please confirm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[color=#f03]Peripheral driver Library[/color] is also same as CMSIS CORE, but only difference is , some LPC devices has more peripherals which are not covered in CMSIS. In that case, we can make use of Peripheral driver library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[color=#f00]Redlib[/color] is like GNU C library which helps us accessing core, peripherals etc same as CMSIS Core.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But what exactly is the difference between these ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are all these required for my simple GPIO toggling code ? Please clarify.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Karthik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:00:10 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:00:10Z</dc:date>
    <item>
      <title>What are CMSIS, Peripheral driver library, Redlib ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-are-CMSIS-Peripheral-driver-library-Redlib/m-p/550721#M11544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Karthik Venkatesh on Mon Nov 30 02:58:45 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to LPCXpresso environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to start with a very simple code using LPC812 MCU, which is GPIO toggling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been going through the LPCXpresso user guide and came across terms like CMSIS CORE library, Peripheral driver library, Redlib etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that [color=#f00]CMSIS Core[/color] is software module which helps us accessing the core and other peripherals by providing abstraction layers. For example, in order to read a GPIO, instead of directly reading it, CMSIS has a abstracted for like GETPIN() which does reading the pin. Am I right ? Please confirm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[color=#f03]Peripheral driver Library[/color] is also same as CMSIS CORE, but only difference is , some LPC devices has more peripherals which are not covered in CMSIS. In that case, we can make use of Peripheral driver library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[color=#f00]Redlib[/color] is like GNU C library which helps us accessing core, peripherals etc same as CMSIS Core.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But what exactly is the difference between these ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are all these required for my simple GPIO toggling code ? Please clarify.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Karthik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:00:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/What-are-CMSIS-Peripheral-driver-library-Redlib/m-p/550721#M11544</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: What are CMSIS, Peripheral driver library, Redlib ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/What-are-CMSIS-Peripheral-driver-library-Redlib/m-p/550722#M11545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Dec 02 23:54:03 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest that you start off by looking at the LPCOpen package for the LPC812 (in particular the blinky).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Redlib is nothing to do with Peripherals. It is a standard ANSI C90 library (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FC_standard_library" rel="nofollow" target="_blank"&gt;https://en.wikipedia.org/wiki/C_standard_library&lt;/A&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;For more info on Redlib, see &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fredlib-and-newlib" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/faq/lpcxpresso/redlib-and-newlib&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:00:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/What-are-CMSIS-Peripheral-driver-library-Redlib/m-p/550722#M11545</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:00:11Z</dc:date>
    </item>
  </channel>
</rss>

