<?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; User Favorites: GuzZzt</title>
		<link><a href='http://forums.leaflabs.com/profile.php?id=736'>736</a></link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:19:55 +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?profile=736" rel="self" type="application/rss+xml" />

		<item>
			<title>poslathian on "Unstable serial output"</title>
			<link>http://forums.leaflabs.com/topic.php?id=179#post-1259</link>
			<pubDate>Tue, 14 Sep 2010 14:34:57 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">1259@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Very interesting. I was going to suggest it was a timing thing.&#60;br /&#62;
In linux, if you try an open a nonexistant serial port on /dev/ttyACM0, then if a serial device does suddenly crop up, it gets bounced to /dev/ttyACM1,2,3...etc&#60;/p&#62;
&#60;p&#62;This is exactly what happens if you reset the board and then immediately try and open the serial port. the USB init function gets called as part of the user code, not the bootloader. So directly after reset, there is no serial port for about 4 seconds. &#60;/p&#62;
&#60;p&#62;Autoreset seems finicky for unknown reasons, especially when using additional peripherals like lots of timers or interrupts. We are working on this issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GuzZzt on "Unstable serial output"</title>
			<link>http://forums.leaflabs.com/topic.php?id=179#post-1172</link>
			<pubDate>Sun, 12 Sep 2010 13:42:14 +0000</pubDate>
			<dc:creator>GuzZzt</dc:creator>
			<guid isPermaLink="false">1172@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Never mind, I found it myself. It was a hardware problem, I used too much power and that seems to be the cause of the instability. It works fine with an external power source.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GuzZzt on "Unstable serial output"</title>
			<link>http://forums.leaflabs.com/topic.php?id=179#post-1171</link>
			<pubDate>Sun, 12 Sep 2010 13:09:50 +0000</pubDate>
			<dc:creator>GuzZzt</dc:creator>
			<guid isPermaLink="false">1171@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have a problem with the serial output in Linux (Ubuntu 10.4.1 LTS). I can most of the times not auto reset the board so I must press the RST button, but that is not the main problem. When I connect the board /dev/ttyACM0 is in the list but if I turn on the serial monitor that port is almost immediately removed and I instead get /dev/ttyACM1. If I change to that port and start the serial monitor again it changes back... I most of the times get only a few lines of output or none at all. This is very frustrating. &#60;/p&#62;
&#60;p&#62;The program is very simple, a loop that every 100 ms outputs a value from a gyro read by analogRead().&#60;/p&#62;
&#60;p&#62;(I'm new to Linux so I don't know how to debug this. I switched to Linux because I found it working even worse in Windows Vista x64.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bnewbold on "Real Time OS"</title>
			<link>http://forums.leaflabs.com/topic.php?id=119#post-726</link>
			<pubDate>Thu, 12 Aug 2010 11:22:36 +0000</pubDate>
			<dc:creator>bnewbold</dc:creator>
			<guid isPermaLink="false">726@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;It should definitely be possible to get a RTOS running on the Maple and even easier to get one running on the Maple Native. We are planning on prioritizing eLua and possibly python, but we'd love to hear if you get an RTOS up and running.&#60;/p&#62;
&#60;p&#62;I'm also interested in contiki: &#60;a href=&#34;http://www.sics.se/contiki/&#34; rel=&#34;nofollow&#34;&#62;http://www.sics.se/contiki/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gadgetkontor on "Real Time OS"</title>
			<link>http://forums.leaflabs.com/topic.php?id=119#post-725</link>
			<pubDate>Thu, 12 Aug 2010 08:39:04 +0000</pubDate>
			<dc:creator>gadgetkontor</dc:creator>
			<guid isPermaLink="false">725@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;other candidates: &#60;a href=&#34;http://www.bertos.org&#34; rel=&#34;nofollow&#34;&#62;http://www.bertos.org&#60;/a&#62; and &#60;a href=&#34;http://chibios.sourceforge.net&#34; rel=&#34;nofollow&#34;&#62;http://chibios.sourceforge.net&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Real Time OS"</title>
			<link>http://forums.leaflabs.com/topic.php?id=119#post-718</link>
			<pubDate>Wed, 11 Aug 2010 13:57:55 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">718@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;JTAG or the serial bootloader is fine too. The PRIMER folks run &#34;circleOS&#34; im not sure if has any RT support. Let us know how it goes!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GuzZzt on "Real Time OS"</title>
			<link>http://forums.leaflabs.com/topic.php?id=119#post-717</link>
			<pubDate>Wed, 11 Aug 2010 13:26:15 +0000</pubDate>
			<dc:creator>GuzZzt</dc:creator>
			<guid isPermaLink="false">717@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.coocox.org&#34; rel=&#34;nofollow&#34;&#62;http://www.coocox.org&#60;/a&#62; seems also to be made for Cortex M3. So it should work, I guess you use the JTAG interface to flash it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lipi on "Real Time OS"</title>
			<link>http://forums.leaflabs.com/topic.php?id=119#post-715</link>
			<pubDate>Wed, 11 Aug 2010 06:00:40 +0000</pubDate>
			<dc:creator>lipi</dc:creator>
			<guid isPermaLink="false">715@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Just the other day I searched for something similar and found somebody's FreeRTOS port for the Cortex-M3:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://michaldemin.wordpress.com/2010/03/09/freertos-newlib-on-cortex-m3/&#34; rel=&#34;nofollow&#34;&#62;http://michaldemin.wordpress.com/2010/03/09/freertos-newlib-on-cortex-m3/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The source is part of his Github repo:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://github.com/robots/STM32/tree/master/accel_test_rtos/&#34; rel=&#34;nofollow&#34;&#62;http://github.com/robots/STM32/tree/master/accel_test_rtos/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GuzZzt on "Real Time OS"</title>
			<link>http://forums.leaflabs.com/topic.php?id=119#post-714</link>
			<pubDate>Wed, 11 Aug 2010 00:49:06 +0000</pubDate>
			<dc:creator>GuzZzt</dc:creator>
			<guid isPermaLink="false">714@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Is it possible to run a RTOS on the Maple HW platform? I'm thinkng about OpenRTOS or CooCox or something like that? Or are you using other seperate LIBs to get threading, mutex locks, file system etc?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
