<?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: Increase Maple&#039;s SRAM</title>
		<link>http://forums.leaflabs.com/topic.php?id=972</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:20:09 +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=972" rel="self" type="application/rss+xml" />

		<item>
			<title>gbulmer on "Increase Maple&#039;s SRAM"</title>
			<link>http://forums.leaflabs.com/topic.php?id=972#post-6029</link>
			<pubDate>Mon, 22 Aug 2011 09:01:32 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">6029@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;galindro -  if you are interested in encryption, but not tied to polarssl, you might also consider is an STM32W which has an AES accelerator. It has built in 802.15.4 wireless too.&#60;/p&#62;
&#60;p&#62;You can get a development kit with a two development boards using them for under £25 (+VAT) from Farnell&#60;br /&#62;
&#60;a href=&#34;http://www.st.com/internet/evalboard/product/251361.jsp&#34; rel=&#34;nofollow&#34;&#62;http://www.st.com/internet/evalboard/product/251361.jsp&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://uk.farnell.com/stmicroelectronics/stm32w-rfckit/kit-rf-control-stm32w/dp/1879378&#34; rel=&#34;nofollow&#34;&#62;http://uk.farnell.com/stmicroelectronics/stm32w-rfckit/kit-rf-control-stm32w/dp/1879378&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zoofdxp on "Increase Maple&#039;s SRAM"</title>
			<link>http://forums.leaflabs.com/topic.php?id=972#post-5995</link>
			<pubDate>Tue, 16 Aug 2011 06:37:59 +0000</pubDate>
			<dc:creator>zoofdxp</dc:creator>
			<guid isPermaLink="false">5995@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Consider using an STM32F215x or 'F217x having hardware crypto accelerator and 132K RAM, 512K to 1MB of Flash and 120MHz processing, it will get the job more than done.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>galindro on "Increase Maple&#039;s SRAM"</title>
			<link>http://forums.leaflabs.com/topic.php?id=972#post-5985</link>
			<pubDate>Mon, 15 Aug 2011 06:57:03 +0000</pubDate>
			<dc:creator>galindro</dc:creator>
			<guid isPermaLink="false">5985@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I want use maple with PolarSSL -&#38;gt; &#60;a href=&#34;http://polarssl.org/&#34; rel=&#34;nofollow&#34;&#62;http://polarssl.org/&#60;/a&#62;&#60;br /&#62;
I'll need more SRAM to exec cryptograph operations. Did you know if Amani 64 CPLD Shield itself can exec cryptograph operations for arduino?&#60;/p&#62;
&#60;p&#62;Please, see this: &#60;a href=&#34;http://polarssl.org/forum_view_topic?topic_id=182&#34; rel=&#34;nofollow&#34;&#62;http://polarssl.org/forum_view_topic?topic_id=182&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zoofdxp on "Increase Maple&#039;s SRAM"</title>
			<link>http://forums.leaflabs.com/topic.php?id=972#post-5978</link>
			<pubDate>Fri, 12 Aug 2011 17:55:27 +0000</pubDate>
			<dc:creator>zoofdxp</dc:creator>
			<guid isPermaLink="false">5978@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;That is a pretty open question...how it will be used and how much of it you need makes a difference...&#60;/p&#62;
&#60;p&#62;If you need 32K x 8 for example...you could wire in a Microchip 23K256 SPI SRAM and&#60;br /&#62;
write some code to access it.&#60;/p&#62;
&#60;p&#62;If you need, let us say 256K x 8 then the following solution may work for you:&#60;br /&#62;
&#60;a href=&#34;http://majolsurf.net/wordpress/?p=930&#34; rel=&#34;nofollow&#34;&#62;http://majolsurf.net/wordpress/?p=930&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It is an Amani 64 CPLD shield for the arduino form factor, handles 3.3V, and they have provided code that banks up to 8 32K x 8 chips.  The CPLD is used so that no delay penalties are incurred during data trasfer, as may happen when using a simpler scheme to bank the ICs using GPIOs as chip selects..essentially all of the SRAM chips come together to form a contiguous memory space.  Arduino source code is provided banking 4 23K256 sram chips.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>galindro on "Increase Maple&#039;s SRAM"</title>
			<link>http://forums.leaflabs.com/topic.php?id=972#post-5974</link>
			<pubDate>Fri, 12 Aug 2011 09:56:57 +0000</pubDate>
			<dc:creator>galindro</dc:creator>
			<guid isPermaLink="false">5974@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi! Is it possible to increase Maple's SRAM? If yes, how can I do that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
