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

		<item>
			<title>menecken on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-104786</link>
			<pubDate>Fri, 18 Oct 2013 10:52:09 +0000</pubDate>
			<dc:creator>menecken</dc:creator>
			<guid isPermaLink="false">104786@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi all, I succeeded in eliminating all previous problems but I'm kind lost with this one (google doesnt help, maybe due to the wrong search terms). Anyways: Help is really appreciated:&#60;/p&#62;
&#60;p&#62;Console Output is:&#60;br /&#62;
----------------------------------------------------&#60;br /&#62;
file *.o not found&#60;br /&#62;
maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin\arm-none-eabi-size.exe: 'a.out': No such file&#60;br /&#62;
build-targets.mk:17: recipe for target 'build/maple.bin' failed&#60;br /&#62;
make: *** [build/maple.bin] Error 123&#60;br /&#62;
----------------------------------------------------&#60;/p&#62;
&#60;p&#62;Problem is:&#60;br /&#62;
&#34;recipe for target 'build/maple.bin' failed&#60;/p&#62;
&#60;p&#62;I never used GCC or Eclipse before. I'm on Windows 8. Instead of using cygwin I set my path variable to &#34;maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin&#34;.&#60;/p&#62;
&#60;p&#62;Thank you guys so much in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tufane on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-23965</link>
			<pubDate>Thu, 28 Mar 2013 11:17:32 +0000</pubDate>
			<dc:creator>tufane</dc:creator>
			<guid isPermaLink="false">23965@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi mlundinse,&#60;/p&#62;
&#60;p&#62;You don't need, but in utils folder there are many programd related with unix and Linux. Therefore if you use WinAvr, it is not necessary to change some commands in makefile to make compatible with windows. Like &#34;rm -rf&#34; &#38;gt;&#38;gt;&#38;gt;&#38;gt; &#34;'del /s/q&#34; modification as mentioned previous posts. But you are right, arm tool chain must be used for compilation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlundinse on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-23964</link>
			<pubDate>Thu, 28 Mar 2013 11:13:42 +0000</pubDate>
			<dc:creator>mlundinse</dc:creator>
			<guid isPermaLink="false">23964@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Do you really need the WinAVR stuff, it has no use for an arm processor.&#60;br /&#62;
Insted it looks like you can keep the dfu-util.exe where it is and simply&#60;br /&#62;
add the directory where it lives to the system path, or simply copy dfu-util.exe&#60;br /&#62;
into the bin folder of your arm toolchain. You have already added this path to&#60;br /&#62;
your system in order for Eclipse make to find the arm-none-eabi-cpp compiler and&#60;br /&#62;
other tools.&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Magnus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tufane on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-23962</link>
			<pubDate>Thu, 28 Mar 2013 11:04:33 +0000</pubDate>
			<dc:creator>tufane</dc:creator>
			<guid isPermaLink="false">23962@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;UPLOAD_ram := $(SUPPORT_PATH).......(BOARD).bin -R&#60;br /&#62;
UPLOAD_flash:= $(SUPPORT_PATH).......(BOARD).bin -R&#60;/p&#62;
&#60;p&#62;each line must be individually single line. In my post they seem dubble line.&#60;/p&#62;
&#60;p&#62;Also if you cannot upload your compilation because &#34;Lost Device after reset, assuming prod_id was incremented by oneNo DFU capable USB device found&#34;, change &#34;sleep 1&#34; value to higher one like &#34;sleep 2&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tufane on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-23961</link>
			<pubDate>Thu, 28 Mar 2013 10:54:07 +0000</pubDate>
			<dc:creator>tufane</dc:creator>
			<guid isPermaLink="false">23961@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've just bought Maple_R5 and tried to compile using Eclipse according to given information by forum members and wiki page. Finally I've successfully done it in Win7 64 bit.&#60;/p&#62;
&#60;p&#62;I have to tell you, I didn't know anything about Linux or Unix based systems. But I made some google search and I found followings which must be installed to Windows system.&#60;/p&#62;
&#60;p&#62;1- WinAvr (Actually you need only &#34;x:\WinAVR-20100110\utils\bin&#34; directory and must be added to &#34;System varibles PATH&#34; or install WinAvr which sets PATH automatically)&#60;/p&#62;
&#60;p&#62;2- Python33 &#38;gt;&#38;gt;&#38;gt; &#60;a href=&#34;http://www.python.org/download&#34; rel=&#34;nofollow&#34;&#62;http://www.python.org/download&#60;/a&#62; &#34;Python 3.3.0 Windows X86-64 MSI Installer&#34;&#60;br /&#62;
   (install it)&#60;/p&#62;
&#60;p&#62;3- pyserial 2.6 (serial port enabler for pyhton) &#38;gt;&#38;gt;&#38;gt; pypi.python.org/pypi/pyserial&#60;br /&#62;
   (install it as described in the web page)&#60;/p&#62;
&#60;p&#62;4- Eclipse &#34;eclipse IDE for C/C++ developers&#34; &#38;gt;&#38;gt;&#38;gt; &#60;a href=&#34;http://www.eclipse.org/downloads&#34; rel=&#34;nofollow&#34;&#62;http://www.eclipse.org/downloads&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;5- Apply given information &#34;wiki.leaflabs.com/Edit_sketches_with_Eclipse&#34;&#60;/p&#62;
&#60;p&#62;6- Change some lines in libmaple\support\scripts\reset.py;&#60;br /&#62;
   #!/usr/bin/env python &#38;gt;&#38;gt;&#38;gt;&#38;gt; #!x:/Python33/python.exe (where pyhton33 installed)&#60;br /&#62;
   import _winreg as reg &#38;gt;&#38;gt;&#38;gt;&#38;gt; import winreg as reg&#60;/p&#62;
&#60;p&#62;   x: drive that has Python33 folder&#60;/p&#62;
&#60;p&#62;7- Change Makefile;&#60;/p&#62;
&#60;p&#62;     ---------------------------------------&#60;br /&#62;
     # Target upload commands&#60;br /&#62;
     # USB ID for DFU upload -- FIXME: do something smarter with this&#60;br /&#62;
     BOARD_USB_VENDOR_ID  := 1EAF&#60;br /&#62;
     BOARD_USB_PRODUCT_ID := 0003&#60;br /&#62;
     UPLOAD_ram   := $(SUPPORT_PATH)/scripts/reset.py &#38;amp;&#38;amp; \&#60;br /&#62;
                     sleep 1                  &#38;amp;&#38;amp; \&#60;br /&#62;
                     $(DFU) -a0 -d $(BOARD_USB_VENDOR_ID):$(BOARD_USB_PRODUCT_ID) -D $(BUILD_PATH)/$(BOARD).bin -R&#60;br /&#62;
     UPLOAD_flash := $(SUPPORT_PATH)/scripts/reset.py &#38;amp;&#38;amp; \&#60;br /&#62;
                     sleep 1                  &#38;amp;&#38;amp; \&#60;br /&#62;
                     $(DFU) -a1 -d $(BOARD_USB_VENDOR_ID):$(BOARD_USB_PRODUCT_ID) -D $(BUILD_PATH)/$(BOARD).bin -R&#60;/p&#62;
&#60;p&#62;     # Conditionally upload to whatever the last build was&#60;br /&#62;
     install: INSTALL_TARGET = $(shell cat $(BUILD_PATH)/build-type 2&#38;gt;/dev/null)&#60;br /&#62;
     install: $(BUILD_PATH)/$(BOARD).bin&#60;br /&#62;
	     @echo &#34;Install target:&#34; $(INSTALL_TARGET)&#60;br /&#62;
	     $(UPLOAD_$(INSTALL_TARGET))&#60;br /&#62;
     -------------------------------&#60;br /&#62;
     to this one;&#60;/p&#62;
&#60;p&#62;     -------------------------------&#60;br /&#62;
     # Target upload commands&#60;br /&#62;
     # USB ID for DFU upload -- FIXME: do something smarter with this&#60;br /&#62;
     BOARD_USB_VENDOR_ID  := 1EAF&#60;br /&#62;
     BOARD_USB_PRODUCT_ID := 0003&#60;br /&#62;
     UPLOAD_ram   := $(SUPPORT_PATH)/scripts/reset.py &#38;amp;&#38;amp; sleep 1 &#38;amp;&#38;amp; $(DFU) -a0 -d $(BOARD_USB_VENDOR_ID):$(BOARD_USB_PRODUCT_ID) -D $(BUILD_PATH)/$(BOARD).bin -R&#60;br /&#62;
     UPLOAD_flash := $(SUPPORT_PATH)/scripts/reset.py &#38;amp;&#38;amp; sleep 2 &#38;amp;&#38;amp; $(DFU) -a1 -d $(BOARD_USB_VENDOR_ID):$(BOARD_USB_PRODUCT_ID) -D $(BUILD_PATH)/$(BOARD).bin -R&#60;br /&#62;
     INSTALL_TARGET = $(shell cat $(BUILD_PATH)/build-type 2&#38;gt;/dev/null)&#60;/p&#62;
&#60;p&#62;     # Conditionally upload to whatever the last build was&#60;br /&#62;
     # install: INSTALL_TARGET = $(shell cat $(BUILD_PATH)/build-type 2&#38;gt;/dev/null)&#60;br /&#62;
     # $(BUILD_PATH)/$(BOARD).bin&#60;br /&#62;
     install:&#60;br /&#62;
	     @echo &#34;Install target:&#34; $(INSTALL_TARGET)&#60;br /&#62;
	     $(UPLOAD_$(INSTALL_TARGET))&#60;br /&#62;
     -------------------------------&#60;/p&#62;
&#60;p&#62;8- Copy &#34;dfu-util.exe&#34; from maple-ide directory to &#34;x:\WinAVR-20100110\utils\bin&#34;&#60;br /&#62;
   x: drive that has WinAvr folder&#60;/p&#62;
&#60;p&#62;9- Optionally modify build-target.mk which does not report object file sizes and give&#60;br /&#62;
   more information about compilation;&#60;/p&#62;
&#60;p&#62;     # @echo &#34; &#34;&#60;br /&#62;
     # @echo &#34;Object file sizes:&#34;&#60;br /&#62;
     # @find $(BUILD_PATH) -name *.o &#124; xargs $(SIZE) -t &#38;gt; $(BUILD_PATH)/$(BOARD).sizes&#60;br /&#62;
     # @cat $(BUILD_PATH)/$(BOARD).sizes&#60;/p&#62;
&#60;p&#62;     $(BUILD_PATH)/$(BOARD).bin: $(BUILD_PATH)/$(BOARD).elf&#60;br /&#62;
	     $(SILENT_OBJCOPY) $(OBJCOPY) -v -Obinary $(BUILD_PATH)/$(BOARD).elf $@ 1&#38;gt;/dev/null&#60;br /&#62;
	     $(SILENT_DISAS) $(DISAS) -d $(BUILD_PATH)/$(BOARD).elf &#38;gt; $(BUILD_PATH)/$(BOARD).disas&#60;br /&#62;
	     @echo &#34; &#34;&#60;br /&#62;
	     @echo &#34;Final Size:&#34;&#60;br /&#62;
	     @$(SIZE) -A $&#38;lt;&#60;br /&#62;
	     @echo &#34;Build Successfull.&#34;&#60;br /&#62;
	     @echo $(MEMORY_TARGET) &#38;gt; $(BUILD_PATH)/build-type&#60;/p&#62;
&#60;p&#62;     MSG_INFO:&#60;br /&#62;
	     @echo &#34;================================================================================&#34;&#60;br /&#62;
	     @echo &#34;&#34;&#60;br /&#62;
	     @echo &#34;  Previous Build     :&#34; $(PREV_BUILD_TYPE)&#60;br /&#62;
	     @echo &#34;  Build info         :&#34;&#60;br /&#62;
	     @echo &#34;     BOARD:          :&#34; $(BOARD)&#60;br /&#62;
	     @echo &#34;     MCU:            :&#34; $(MCU)&#60;br /&#62;
	     @echo &#34;     MEMORY_TARGET:  :&#34; $(MEMORY_TARGET)&#60;br /&#62;
	     @echo &#34;  USB_PRODUCT_ID     :&#34; $(BOARD_USB_PRODUCT_ID)&#60;br /&#62;
	     @echo &#34;  USB_VENDOR_ID      :&#34; $(BOARD_USB_VENDOR_ID)&#60;br /&#62;
	     @echo &#34;&#34;&#60;br /&#62;
	     @echo &#34;  See 'make help' for all possible targets&#34;&#60;br /&#62;
	     @echo &#34;&#34;&#60;br /&#62;
	     @echo &#34;================================================================================&#34;&#60;br /&#62;
	     @echo &#34;&#34;&#60;/p&#62;
&#60;p&#62;Finally you can have alternative IDE for development.&#60;/p&#62;
&#60;p&#62;Best wishes.....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sacdarius on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-13195</link>
			<pubDate>Wed, 05 Sep 2012 15:19:40 +0000</pubDate>
			<dc:creator>Sacdarius</dc:creator>
			<guid isPermaLink="false">13195@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi i've been trying to compile using eclipse, but an error.&#60;br /&#62;
I followed the steps from here: &#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=Edit_sketches_with_Eclipse&#34; rel=&#34;nofollow&#34;&#62;http://wiki.leaflabs.com/index.php?title=Edit_sketches_with_Eclipse&#60;/a&#62;&#60;br /&#62;
At step 6.3 i get this error:&#60;/p&#62;
&#60;p&#62;cs-make install&#60;br /&#62;
The system cannot find the path specified.&#60;br /&#62;
The system cannot find the path specified.&#60;br /&#62;
The system cannot find the path specified.&#60;br /&#62;
&#34;Install target:&#34; &#60;/p&#62;
&#60;p&#62;Does anyone know what the problem is?&#60;/p&#62;
&#60;p&#62;I'm using Win7 pro 64 bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siy on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-7386</link>
			<pubDate>Sat, 17 Dec 2011 19:57:03 +0000</pubDate>
			<dc:creator>siy</dc:creator>
			<guid isPermaLink="false">7386@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I think it would be quite useful to have in Maple IDE a menu item like &#34;Export to Eclipse...&#34; which would generate an Eclipse project from active sketch and all attached libraries. This feature might greatly simplify moving to full-featured IDE as project grows. The Maple IDE know all necessary details about the sketch and libmaple and format of the Eclipse project files is well known (for example, Maven has plugin capable to generate Eclipse projects), so implementing such a feature should not be complex task.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>valliant on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-7249</link>
			<pubDate>Fri, 25 Nov 2011 22:08:52 +0000</pubDate>
			<dc:creator>valliant</dc:creator>
			<guid isPermaLink="false">7249@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I'm working on WIndows...&#60;br /&#62;
I've got this&#60;/p&#62;
&#60;p&#62;**** Build of configuration Default for project leaflabs-libmaple-f7e384a ****&#60;/p&#62;
&#60;p&#62;cs-make install&#60;br /&#62;
Install target: flash&#60;br /&#62;
./support/scripts/reset.py &#38;amp;&#38;amp; sleep 1                  &#38;amp;&#38;amp; dfu-util -a1 -d 1EAF:0003 -D build/maple.bin -R&#60;br /&#62;
/usr/bin/env: python: No such file or directory&#60;br /&#62;
cs-make: *** [install] Error 127&#60;/p&#62;
&#60;p&#62;Has anyone figured out the solution to this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dweller on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-7200</link>
			<pubDate>Sun, 20 Nov 2011 06:37:29 +0000</pubDate>
			<dc:creator>Dweller</dc:creator>
			<guid isPermaLink="false">7200@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Just got all this running on Windows.. &#60;/p&#62;
&#60;p&#62;As with the initial post I used the c/c++ eclipse, but here's the extra stuff I did not listed from the 1st post..&#60;/p&#62;
&#60;p&#62;Installed the WinAVR tools from &#60;a href=&#34;https://sourcery.mentor.com/sgpp/lite/arm/portal/release1802&#34; rel=&#34;nofollow&#34;&#62;https://sourcery.mentor.com/sgpp/lite/arm/portal/release1802&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Grabbed &#38;amp; unpacked the libmaple source from&#60;br /&#62;
&#60;a href=&#34;https://github.com/leaflabs/libmaple&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leaflabs/libmaple&#60;/a&#62; [Zip button top left]&#60;/p&#62;
&#60;p&#62;Had to untick 'Makefile Generation -&#38;gt; Generate Makefiles Automatically' in the project properties, c/c++ build panel, builder settings tab.&#60;/p&#62;
&#60;p&#62;Had to change 'make' to 'cs-make' in the project properties, c/c++ build panel, builder settings tab.&#60;/p&#62;
&#60;p&#62;Renamed main.cpp.example in the imported libmaple files to main.cpp&#60;/p&#62;
&#60;p&#62;Edited the Makefile to..&#60;br /&#62;
  change 'rm -rf' occurences to 'del /s/q'&#60;br /&#62;
Edited build-targets.mk&#60;br /&#62;
  commented out @find thru to @$(SIZE) $&#38;lt; in the $(BUILD_PATH)/$(BOARD).bin target&#60;br /&#62;
  altered 'mkdir -p $@' to mkdir &#34;$@&#34; in the $(BUILDDIRS) target&#60;br /&#62;
Edited support\make\build-rules.mk&#60;br /&#62;
  changed the ';' on the end of each SILENT rule to an '&#38;amp;'&#60;/p&#62;
&#60;p&#62;Mostly these are just unix-&#38;gt;windows hacks in the makefiles, to avoid installing cygwin, or equiv.. and I'm pretty sure having commented out chunks of the bin target the output may not be too sane to use.. &#60;/p&#62;
&#60;p&#62;However, the net result is I can edit main.cpp with the syntax highlighting, code completion, ctrl-click link following etc.. which was all I was after.. to get the code down to the board, I can always cut &#38;amp; paste it across to the little-green-editor ;p
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Maple and STM32F103 dual simultaneous sampling"</title>
			<link>http://forums.leaflabs.com/topic.php?id=739&amp;page=5#post-6932</link>
			<pubDate>Thu, 20 Oct 2011 23:34:18 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">6932@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;tombo,&#60;/p&#62;
&#60;p&#62;samtal's code works in Maple IDE as-is, so you should be able to adapt it to your own purposes.  However, he uses DMA a lot, which can get sort of confusing; there are some notes on DMA in the wiki, but unfortunately they're not that beginner friendly yet:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=DMA&#34; rel=&#34;nofollow&#34;&#62;http://wiki.leaflabs.com/index.php?title=DMA&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;samtal,&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Can you please add a generic timer interrupt option to the adc conversion start I used? (I need it for my app, but I am not sure how to get it work. I need to start a sequence every 40 microseconds, using a prescaler of 2880 (?)).&#60;br /&#62;
If you do not have the time for the full file, please post here or elsewhere just an example of setting the interrupt and the timer,&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;You should be able to get away with something like this (untested):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;HardwareTimer timer(1); // uses timer 1; adjust as necessary

void setup() {
    timer.pause(); // pause while we configure
    timer.setPeriod(40); // sets a period of 40 microseconds
    timer.setCompare(TIMER_CH1, 1); // timer channel 1 interrupt occurs when count hits 1
    timer.attachInterrupt(TIMER_CH1, myInterruptHandler); // calls myInterruptHandler when channel 1 hits its count, which we just set to 1
    timer.refresh(); // refresh the timer, to reset the counter to 0
    timer.resume(); // resume counting
}

void myInterruptHandler() {
    // this gets called every time the timer count hits 1, which happens once every 40 microseconds
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;See also &#34;Using Timer Interrupts&#34; in the HardwareTimer documentation:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://leaflabs.com/docs/lang/api/hardwaretimer.html#using-timer-interrupts&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/lang/api/hardwaretimer.html#using-timer-interrupts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Note that using timer 1 interferes with PWM on any pins connected to timer 1's capture/compare channels.  You can find out which pins these are on your board's hardware page; for Maple, they're listed here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://leaflabs.com/docs/hardware/maple.html#timer-pin-map&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/hardware/maple.html#timer-pin-map&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
(have you seen my flash example &#60;a href=&#34;http://pastebin.com/h0CxGRQ7&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/h0CxGRQ7&#60;/a&#62; ?)&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;I did see your post about it, but I haven't looked at the code too closely. We've been busy on some internal projects lately, and I haven't been able to spend as much time on the forums as I usually do. I'm working on some changes to libmaple which will hopefully make writing to Flash much easier, though, so don't despair ;). Your goals are aligned with ours.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tombo on "Maple and STM32F103 dual simultaneous sampling"</title>
			<link>http://forums.leaflabs.com/topic.php?id=739&amp;page=5#post-6901</link>
			<pubDate>Wed, 19 Oct 2011 04:16:56 +0000</pubDate>
			<dc:creator>tombo</dc:creator>
			<guid isPermaLink="false">6901@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thanks Samtal,&#60;/p&#62;
&#60;p&#62;I'm getting there I think, looking at your code, the STM manual and the code posted by atrabile (thanks atrabile) its all getting a bit clearer.&#60;/p&#62;
&#60;p&#62;Thanks for the warning too, I'll look forward to that challenge!&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>samtal on "Maple and STM32F103 dual simultaneous sampling"</title>
			<link>http://forums.leaflabs.com/topic.php?id=739&amp;page=5#post-6883</link>
			<pubDate>Sun, 16 Oct 2011 15:02:18 +0000</pubDate>
			<dc:creator>samtal</dc:creator>
			<guid isPermaLink="false">6883@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello Tom,&#60;br /&#62;
Myself I am not a big expert, and the Dual ADC I have built resulted from necessity (as you can see in the early posts in this thread).&#60;br /&#62;
Nevertheless, after learning the STM manual, I was able to implement a working application that I use in my project.&#60;br /&#62;
As you will see, the program uses very basic commands, manipulating directly the STM32 registers which I believe makes it useful with any compiler.&#60;br /&#62;
You will have to include the adc.h file, but to the best of my knowledge it is included automatically as part of the core.&#60;br /&#62;
I expect and hope a higher level expert will reply your question and guide you, but from my point of view you may copy and use any part of the code free.&#60;br /&#62;
One warning based on experience:&#60;br /&#62;
I found the most difficult part to be the use of the correct value types by proper definition or casting. I hope you know what I mean and that you can deal with it properly.&#60;br /&#62;
Good luck&#60;br /&#62;
samtal
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tombo on "Maple and STM32F103 dual simultaneous sampling"</title>
			<link>http://forums.leaflabs.com/topic.php?id=739&amp;page=5#post-6880</link>
			<pubDate>Sun, 16 Oct 2011 08:12:20 +0000</pubDate>
			<dc:creator>tombo</dc:creator>
			<guid isPermaLink="false">6880@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi Samtal (and all),&#60;/p&#62;
&#60;p&#62;I'm very new to this sort of thing, so please forgive any stupid questions. I'm impressed by what you've done to get the dual ADC working on the Maple! Coincidentally the dual ADC is one of the reasons I chose the maple over any of the Arduinos so I'd like to be able to use it in my projects. &#60;/p&#62;
&#60;p&#62;The reality is that I'm still getting to grips with the basics at the moment, so using code like this may be some way off for me. Nevertheless, my stupid questions are:&#60;/p&#62;
&#60;p&#62;Would I be able to use snippets of the code in your example directly in a sketch that I've written in Wirish within the maple IDE?&#60;/p&#62;
&#60;p&#62;If so, do I need to import anything, or include anything specific before I do? As you can tell, I don't quite have my head around how c, c++ and wirish gel together.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lepton on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-6818</link>
			<pubDate>Tue, 11 Oct 2011 11:59:37 +0000</pubDate>
			<dc:creator>lepton</dc:creator>
			<guid isPermaLink="false">6818@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I too, have the same error: make: *** [build/./libmaple/adc.o] Error 127 &#60;/p&#62;
&#60;p&#62;Eclipse definitely has arm-none-eabi-gcc. Has there been a change to adc.o that's resulting in this problem? This is a pretty big show-stopper for me, as I'm presently trying to integrate some motor control libraries from ST, and doing that in Eclipse would be tremendously easier than all by hand in the command line. I can compile main.cpp.example from the command line just fine.&#60;/p&#62;
&#60;p&#62;Has anyone figured out the solution to this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>samtal on "Maple and STM32F103 dual simultaneous sampling"</title>
			<link>http://forums.leaflabs.com/topic.php?id=739&amp;page=5#post-6758</link>
			<pubDate>Wed, 05 Oct 2011 09:04:43 +0000</pubDate>
			<dc:creator>samtal</dc:creator>
			<guid isPermaLink="false">6758@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thanks mbolivar,&#60;br /&#62;
As you probably know by now, I am not an experienced programmer.&#60;br /&#62;
(A few words about my background: I am a retired high-tech company owner / manager, dealing with industrial data collection, sw and hw. I did write code some 30 years back, but forgot it all together).&#60;br /&#62;
I am glad (and flattered by an expert...) my code works as is, and I was sure there would be many corrections necessary to make it not only work, but also be written in an appropriate manner.&#60;br /&#62;
I don't really care about credits (had enough in my lifetime...). My hope is that others will use it for their benefit, now that is on the GitHub.&#60;br /&#62;
I will download and learn your code corrections, but before that I have one request from you:&#60;/p&#62;
&#60;p&#62;Can you please add a generic timer interrupt option to the adc conversion start I used?  (I need it for my app, but I am not sure how to get it work. I need to start a sequence every 40 microseconds, using a prescaler of 2880 (?)).&#60;br /&#62;
If you do not have the time for the full file, please post here or elsewhere just an example of setting the interrupt and the timer,&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
samtal&#60;br /&#62;
(have you seen my flash example &#60;a href=&#34;http://pastebin.com/h0CxGRQ7&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/h0CxGRQ7&#60;/a&#62; ?)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
