<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Netduino Plus 2 libmaple port</title>
		<link>http://forums.leaflabs.com/topic.php?id=13351</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:13:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=13351" rel="self" type="application/rss+xml" />

		<item>
			<title>Adam on "Netduino Plus 2 libmaple port"</title>
			<link>http://forums.leaflabs.com/topic.php?id=13351#post-28554</link>
			<pubDate>Sun, 25 Aug 2013 13:52:09 +0000</pubDate>
			<dc:creator>Adam</dc:creator>
			<guid isPermaLink="false">28554@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;slibert,&#60;/p&#62;
&#60;p&#62;Wow, this is cool.&#60;/p&#62;
&#60;p&#62;Do you know if this port would support using the STM32F4's USB 2.0 High Speed connectivity? (Rather than Full Speed?) The NetDuino doesn't have a USB HS phy, but I am interested in making a board that can do USB HS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slibert on "Netduino Plus 2 libmaple port"</title>
			<link>http://forums.leaflabs.com/topic.php?id=13351#post-28392</link>
			<pubDate>Mon, 12 Aug 2013 01:05:57 +0000</pubDate>
			<dc:creator>slibert</dc:creator>
			<guid isPermaLink="false">28392@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Update:  code has now been checked in to fully support EEPROM emulation, even in JTAG mode.  The EEPROM emulation on the STM32F405RG utilizes two adjacent 16KB FLASH sectors at 0x08008000 and 0x0800C000.  The loader scripts have been updated to ensure that for JTAG builds the reset vector is correctly located at the base of FLASH memory and the remaining code starts AFTER the reserved EEPROM emulation area.  Also, the OpenOCD debug script for the netduinoplus2 was updated to ensure that the reserved EEPROM emulation areas are not erased/overwritten when the JTAG build is deployed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slibert on "Netduino Plus 2 libmaple port"</title>
			<link>http://forums.leaflabs.com/topic.php?id=13351#post-28384</link>
			<pubDate>Sat, 10 Aug 2013 17:56:08 +0000</pubDate>
			<dc:creator>slibert</dc:creator>
			<guid isPermaLink="false">28384@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;The beta release of a libmaple port to the Netduino Plus 2 board is now available at &#60;a href=&#34;http://code.google.com/p/libmaple-f405&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/libmaple-f405&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;This project is primarily based upon ala42's AeroQuad F4 port (&#60;a href=&#34;https://github.com/AeroQuad/AeroQuad&#34; rel=&#34;nofollow&#34;&#62;https://github.com/AeroQuad/AeroQuad&#60;/a&#62;) of the Leaf Labs maple library, which notably extends the Leaf Labs Maple library to provide support for STM32 USB OTG_FS. This is key since USB peripheral support changed drastically from the original STM32 F1 platform from which libmaple started. AeroQuad is under the GPLV3 License.&#60;/p&#62;
&#60;p&#62;This port updates the AeroQuad sources with the HardwareI2C support from the current libmaple library (&#60;a href=&#34;https://github.com/leaflabs/libmaple/tree/master/libraries/Wire)&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leaflabs/libmaple/tree/master/libraries/Wire)&#60;/a&#62;. The Maple Library is under the MIT license.&#60;/p&#62;
&#60;p&#62;This port adds support for peripherals and I/O map of the Netduino Plus 2 board, and more generally for STM32F405 processors. This library includes support for the Netduino Plus 2's 25Mhz system clock, an onboard ENC28J60 Ethernet Network interface IC, and a micro SD Card Reader, as well as Arduino UNO pin-compatible ADC, Digital I/O &#38;amp; PWM pins.&#60;/p&#62;
&#60;p&#62;In order to support the Netduino Plus 2's ENC28J60 Ethernet IC, this port incorporates the JeeLabs Ethercard Library (&#60;a href=&#34;https://github.com/jcw/ethercard&#34; rel=&#34;nofollow&#34;&#62;https://github.com/jcw/ethercard&#60;/a&#62;) for TCP &#38;amp; UDP support on the ENC28J60 Ethernet IC, including support for DHCP and DNS. This library is under the GPL2 license.&#60;/p&#62;
&#60;p&#62;This library also includes a port of the main i2cdev library, which enables Jeff Rowberg's extensive i2cdevlib (&#60;a href=&#34;https://github.com/jrowberg/i2cdevlib&#34; rel=&#34;nofollow&#34;&#62;https://github.com/jrowberg/i2cdevlib&#60;/a&#62;) which provides source code for many common I2C devices. This library is under the MIT license.&#60;/p&#62;
&#60;p&#62;This library also includes a port of X893's Maple (STM32F10X) EEPROM emulation Library (&#60;a href=&#34;http://akb77.com/g/stm32/maple-eeprom-emulation-library/)&#34; rel=&#34;nofollow&#34;&#62;http://akb77.com/g/stm32/maple-eeprom-emulation-library/)&#60;/a&#62;, to provide Flash-based EEPROM emulation on the STM32 F4. This library is unlicensed by the author, who has stated it is freely available with no restriction.&#60;/p&#62;
&#60;p&#62;See InstallationInstructions.txt for a description of the development environment used to build/debug this library on a Netduino Plus 2 or other STM32F4 platform.&#60;/p&#62;
&#60;p&#62;If you have any questions or suggestions, please feel free to ask.&#60;/p&#62;
&#60;p&#62;WORK STILL TO BE DONE:&#60;/p&#62;
&#60;p&#62;- The JTAG version does not support EEPROM emulation, this needs to be resolved via introduction of enhanced linker scripts that partition the reset vector table into low Flash memory, and the remainder of the application in an area above the allocated EEPROM emulation area.&#60;/p&#62;
&#60;p&#62;- The HardWire? (hardware-based I2C support) does not yet work.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
