<?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: Has anyone run Maple programs on a FLOSS Cortex-M3 simulator/emulator?</title>
		<link>http://forums.leaflabs.com/topic.php?id=675</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:04:51 +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=675" rel="self" type="application/rss+xml" />

		<item>
			<title>iainism on "Has anyone run Maple programs on a FLOSS Cortex-M3 simulator/emulator?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=675#post-22320</link>
			<pubDate>Fri, 08 Feb 2013 09:55:23 +0000</pubDate>
			<dc:creator>iainism</dc:creator>
			<guid isPermaLink="false">22320@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;gbulmer and tormod, thanks for the links, I'll take a look through them this afternoon.&#60;/p&#62;
&#60;p&#62;My mention of Unity was ambiguous to say the least - I meant the Unity Unit Test framework: &#60;a href=&#34;http://throwtheswitch.org/white-papers/unity-intro.html&#34; rel=&#34;nofollow&#34;&#62;http://throwtheswitch.org/white-papers/unity-intro.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tormod on "Has anyone run Maple programs on a FLOSS Cortex-M3 simulator/emulator?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=675#post-22301</link>
			<pubDate>Thu, 07 Feb 2013 16:12:32 +0000</pubDate>
			<dc:creator>tormod</dc:creator>
			<guid isPermaLink="false">22301@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have been running STM32 code on qemu, without peripherals that is. &#60;a href=&#34;http://www.seeedstudio.com/wiki/DSO_Nano/Qemu_gdb&#34; rel=&#34;nofollow&#34;&#62;http://www.seeedstudio.com/wiki/DSO_Nano/Qemu_gdb&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Has anyone run Maple programs on a FLOSS Cortex-M3 simulator/emulator?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=675#post-22299</link>
			<pubDate>Thu, 07 Feb 2013 13:47:46 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">22299@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;iainism - no I haven't made any useful progress.&#60;/p&#62;
&#60;p&#62;I believe Keil's free (restricted) version has an instruction level simulator, but I didn't figure out how peripherals were handled.&#60;/p&#62;
&#60;p&#62;This link has some instructions on using QEMU for Cortex-M simulation &#60;a href=&#34;http://cgi.cs.indiana.edu/~geobrown/stm32/Main/Simulation&#34; rel=&#34;nofollow&#34;&#62;http://cgi.cs.indiana.edu/~geobrown/stm32/Main/Simulation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Crossware have a simulator, but is is far from free: &#60;a href=&#34;http://www.crossware.com/shop.htm?chip=Arm#Stm32ds&#34; rel=&#34;nofollow&#34;&#62;http://www.crossware.com/shop.htm?chip=Arm#Stm32ds&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think I could write a reasonable Cortex-M3 instruction level simulator, I think writing a gdb server for the simulator is practical too. IMHO the harder part is simulating the hardware peripherals in a useful way.&#60;/p&#62;
&#60;p&#62;Is that Unity the games engine?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iainism on "Has anyone run Maple programs on a FLOSS Cortex-M3 simulator/emulator?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=675#post-22298</link>
			<pubDate>Thu, 07 Feb 2013 09:47:11 +0000</pubDate>
			<dc:creator>iainism</dc:creator>
			<guid isPermaLink="false">22298@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;gbulmer - did you get any further with this at all?&#60;/p&#62;
&#60;p&#62;I'm just starting to look at doing some TDD using my Olimexino-STM32 and I'm trying to work out how to get started (at the moment it seems a mixture of Eclipse and Unity is the most likely way, but I'm still STFW).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Has anyone run Maple programs on a FLOSS Cortex-M3 simulator/emulator?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=675#post-3825</link>
			<pubDate>Sat, 05 Mar 2011 16:11:32 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">3825@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Has anyone done any experiments with running Maple programs on a Free/Libre/Open Source Cortex-M3 simulator/emulators?&#60;/p&#62;
&#60;p&#62;I'd like to try getting some folks to do Test Driven Development, and I thought a simulator might be a very useful tool.&#60;br /&#62;
I believe QEMU supports Cortex-M3 (thumb) instructions, though it won't have the peripherals.&#60;/p&#62;
&#60;p&#62;I'd like to hear any experience of FLOSS or commercial simulators/emulators which support Cortex-M3.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
