<?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中的主题 FreeRTOS+IO Board Support Package BSP for the LPC1768</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-IO-Board-Support-Package-BSP-for-the-LPC1768/m-p/749929#M30194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I'm trying to get an existing prototype project using the LPC1768 working and had good success so far.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The last piece we're missing is the current version of the 'FreeRTOS+IO Board Support Package BSP for the LPC1768'.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I do have a version 1.0.1 of this, containing CAN, I2C, SSP, UART drivers (in files named FreeRTOS_lpc17xx_i2c.c for example). These are somewhat outdated, since they use an older version of the CMSIS library that misses definitions that we need.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The FreeRTOS+IO package available from the FreeRTOS website has no content at all for the lpc1768.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I did find example code on git hub, mentioning exactly what we are looking for:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/barathbushan/CanDriverOnFreeRTOS" title="https://github.com/barathbushan/CanDriverOnFreeRTOS"&gt;GitHub - barathbushan/CanDriverOnFreeRTOS: FreeRTOS+IO provides a Linux/POSIX like open(), read(), write(), ioctl() type…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;but this project has only sample code for the library I'm looking for&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;After investigating the NXP Web page, it seems that we need LPCOpen for lpc1768, but I could not track down a version that contains the drivers we need (CAN, I2C, SSP, UART). I also failed to download the&amp;nbsp;'LPC Xpresso IDE' which according to the GIT Hub link was used to develop the samples.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;So my question is: Where can I download a version of the&amp;nbsp;&lt;SPAN&gt;FreeRTOS+IO Board Support Package BSP for the LPC1768 containing the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;CAN, I2C, SSP, UART drivers? Best case would be a version that also has USB.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Best wishes,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Michael.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2018 13:48:22 GMT</pubDate>
    <dc:creator>michaelbinz</dc:creator>
    <dc:date>2018-05-14T13:48:22Z</dc:date>
    <item>
      <title>FreeRTOS+IO Board Support Package BSP for the LPC1768</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-IO-Board-Support-Package-BSP-for-the-LPC1768/m-p/749929#M30194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I'm trying to get an existing prototype project using the LPC1768 working and had good success so far.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The last piece we're missing is the current version of the 'FreeRTOS+IO Board Support Package BSP for the LPC1768'.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I do have a version 1.0.1 of this, containing CAN, I2C, SSP, UART drivers (in files named FreeRTOS_lpc17xx_i2c.c for example). These are somewhat outdated, since they use an older version of the CMSIS library that misses definitions that we need.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The FreeRTOS+IO package available from the FreeRTOS website has no content at all for the lpc1768.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I did find example code on git hub, mentioning exactly what we are looking for:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/barathbushan/CanDriverOnFreeRTOS" title="https://github.com/barathbushan/CanDriverOnFreeRTOS"&gt;GitHub - barathbushan/CanDriverOnFreeRTOS: FreeRTOS+IO provides a Linux/POSIX like open(), read(), write(), ioctl() type…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;but this project has only sample code for the library I'm looking for&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;After investigating the NXP Web page, it seems that we need LPCOpen for lpc1768, but I could not track down a version that contains the drivers we need (CAN, I2C, SSP, UART). I also failed to download the&amp;nbsp;'LPC Xpresso IDE' which according to the GIT Hub link was used to develop the samples.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;So my question is: Where can I download a version of the&amp;nbsp;&lt;SPAN&gt;FreeRTOS+IO Board Support Package BSP for the LPC1768 containing the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;CAN, I2C, SSP, UART drivers? Best case would be a version that also has USB.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Best wishes,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Michael.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 13:48:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-IO-Board-Support-Package-BSP-for-the-LPC1768/m-p/749929#M30194</guid>
      <dc:creator>michaelbinz</dc:creator>
      <dc:date>2018-05-14T13:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS+IO Board Support Package BSP for the LPC1768</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-IO-Board-Support-Package-BSP-for-the-LPC1768/m-p/749930#M30195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the LPC1768 you can use the LPCOpen for the LPC1769. You can download it from the next link:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/downloads/en/software/lpcopen_2_10_lpcxpresso_nxp_lpcxpresso_1769.zip" title="https://www.nxp.com/downloads/en/software/lpcopen_2_10_lpcxpresso_nxp_lpcxpresso_1769.zip"&gt;https://www.nxp.com/downloads/en/software/lpcopen_2_10_lpcxpresso_nxp_lpcxpresso_1769.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the LPCXpresso IDE I highly recommend you to download MCUXpresso IDE instead, since this is our newest IDE and it supports LPC's. You can download the IDE from the next link:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE" title="https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE"&gt;MCUXpresso IDE|Eclipse-based Integrated Development Environment (IDE)|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 16:35:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-IO-Board-Support-Package-BSP-for-the-LPC1768/m-p/749930#M30195</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-05-16T16:35:32Z</dc:date>
    </item>
  </channel>
</rss>

