<?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: ROM API manual?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/ROM-API-manual/m-p/558486#M15614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by crash-down on Wed May 06 00:08:51 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondering why only "ROM" version are implemented in the current lpcopen library if there is no ROM for the peripherals in the current chip version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example for the uart peripheral, as far as I used lpcopen on other chips, there standard functions like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_UART_Init(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_UART_ReadByte(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_UART_SendByte(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that they are not using the ROM version, if available, but I can use the same source file on different chips and they were easy to use. This has been one of the main advantages of the lpcopen library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And it would save me a lot of time to port firmware from lpc43xx or lpc13xx to the lpc5410x chip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you plan to implement those functions in any future release (maybe soon?) of the the lpcopen library?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:58:06 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:58:06Z</dc:date>
    <item>
      <title>ROM API manual?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ROM-API-manual/m-p/558484#M15612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by zhongjru on Mon Feb 02 08:50:54 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I find ROM API support ADC,UART,I2C,SPI... in LPC54102,but i can't find manual except IAP,flash,where can find it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:58:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ROM-API-manual/m-p/558484#M15612</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: ROM API manual?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ROM-API-manual/m-p/558485#M15613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Thu Feb 05 10:33:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The current LPC54102 ROM only has ROM API support for IAP, ISP and power control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Though the LPCOpen driver for ADC/UART/I2C refers to ROM, it's actually implemented in the chip library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Detailed information on the APIs are given in the &lt;/SPAN&gt;&lt;A href="http://http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc5410x-packages"&gt;docxygen documentation&lt;/A&gt;&lt;SPAN&gt;, e.g. page 'group___c_h_i_p__5410_x___r_o_m_d_r_i_v_e_r_s.html'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:58:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ROM-API-manual/m-p/558485#M15613</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: ROM API manual?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ROM-API-manual/m-p/558486#M15614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by crash-down on Wed May 06 00:08:51 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondering why only "ROM" version are implemented in the current lpcopen library if there is no ROM for the peripherals in the current chip version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example for the uart peripheral, as far as I used lpcopen on other chips, there standard functions like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_UART_Init(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_UART_ReadByte(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_UART_SendByte(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that they are not using the ROM version, if available, but I can use the same source file on different chips and they were easy to use. This has been one of the main advantages of the lpcopen library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And it would save me a lot of time to port firmware from lpc43xx or lpc13xx to the lpc5410x chip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you plan to implement those functions in any future release (maybe soon?) of the the lpcopen library?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:58:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ROM-API-manual/m-p/558486#M15614</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: ROM API manual?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ROM-API-manual/m-p/558487#M15615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caiomarcos on Wed Jun 03 07:25:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I second that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the LPC54102 chip library does not use the standard functions for peripheral calls that we are accustomed to use, there should be a more detailed ROM manual and support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:58:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ROM-API-manual/m-p/558487#M15615</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:58:07Z</dc:date>
    </item>
  </channel>
</rss>

