<?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; Forum: Maple IDE Support - Recent Topics</title>
		<link>http://forums.leaflabs.com/forum.php?id=4</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:01:07 +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?forum=4&topics=1" rel="self" type="application/rss+xml" />

		<item>
			<title>Phono on "Mutual awareness of libraries"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74455#post-105789</link>
			<pubDate>Wed, 28 Oct 2015 07:54:55 +0000</pubDate>
			<dc:creator>Phono</dc:creator>
			<guid isPermaLink="false">105789@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have a project where I use and ethernet shield, and that requires multitasking through the use of FreeRTOS.&#60;br /&#62;
After encountering problems with the project at debug time, I ended with the conviction that it came from the fact that when two tasks access the shield, there must be a protection scheme around the read and write functions of the W5100.cpp module, to keep the SPI transactions atomic.&#60;br /&#62;
I started to implement the changes to the Ethernet library, but as far as I understand, each library is compiled separately before the sketch itself.&#60;br /&#62;
As a consequence, I cannot call from the Ethernet library functions that are defined in the FreeRTOS library. So far, the only obvious solution is to merge both libraries, which is a thing I do not want.&#60;br /&#62;
Is there a means to call from one library functions of another library, while keeping both libraries separate?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pentanol on "arduino stm32 support"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74436#post-105744</link>
			<pubDate>Mon, 08 Jun 2015 02:07:07 +0000</pubDate>
			<dc:creator>pentanol</dc:creator>
			<guid isPermaLink="false">105744@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello all,&#60;br /&#62;
I have arduino stm32 board. And I can't found this board in Maple:&#60;br /&#62;
&#60;a href=&#34;http://www.hostpic.org/images/1506061321100105.png&#34; rel=&#34;nofollow&#34;&#62;http://www.hostpic.org/images/1506061321100105.png&#60;/a&#62;&#60;br /&#62;
How can I pull firmware on the board with arduino 1.6.4 or maple 0.0.12?&#60;/p&#62;
&#60;p&#62;There my STM32 foto:&#60;br /&#62;
&#60;a href=&#34;http://www.hostpic.org/images/1506061252520104.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.hostpic.org/images/1506061252520104.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-5820</link>
			<pubDate>Sun, 31 Jul 2011 23:05:41 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">5820@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I recently tried to get the library that adfruit has for this lcd &#60;a href=&#34;http://www.adafruit.com/products/250&#38;amp;zenid=f161b6e7bd3181d0d16cfd50ec1cfcba&#34; rel=&#34;nofollow&#34;&#62;http://www.adafruit.com/products/250&#38;amp;zenid=f161b6e7bd3181d0d16cfd50ec1cfcba&#60;/a&#62;&#60;br /&#62;
the issue its not working with so ide and i was wondering if anyone knows a fix?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sestoooselk on "Internal rc oscillator usage"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74433#post-105737</link>
			<pubDate>Wed, 20 May 2015 10:37:10 +0000</pubDate>
			<dc:creator>sestoooselk</dc:creator>
			<guid isPermaLink="false">105737@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
i'm having a big problem, I did a lot of research about.&#60;br /&#62;
I'm writing and testing my code on maple mini and all works perfectly. On custom board i don't have the crystal oscillator and i want force in any way the use internal stm32 oscillator. don't need extreme precision in time. Does anyone know how to do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>valeriosv on "converting library arduino-maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74432#post-105732</link>
			<pubDate>Fri, 08 May 2015 02:25:48 +0000</pubDate>
			<dc:creator>valeriosv</dc:creator>
			<guid isPermaLink="false">105732@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;I'm new and this is my first approach with maple, I've to use code write for arduino that use libraries of cpp, but i met some problems, for example some pointer are difine like int* and into the arduino IDE it works but on maple IDE doesn't, because the pointer in the libraries are defined as int * with the space&#60;br /&#62;
this is a part of the log error&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Also note that because of preprocessing, line numbers won&#38;#39;t match up exactly.  We&#38;#39;re working on a fix.
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp: In constructor &#38;#39;Neuroduino::Neuroduino(int*, int, double, double, boolean)&#38;#39;:
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:23: warning: deprecated conversion from string constant to &#38;#39;char*&#38;#39;
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:26: error: &#38;#39;calloc&#38;#39; was not declared in this scope
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:37: error: &#38;#39;malloc&#38;#39; was not declared in this scope
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp: In member function &#38;#39;double Neuroduino::randomEqualDouble(double, double)&#38;#39;:
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:66: error: &#38;#39;rand&#38;#39; was not declared in this scope
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:66: error: &#38;#39;RAND_MAX&#38;#39; was not declared in this scope
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp: In member function &#38;#39;void Neuroduino::printNet()&#38;#39;:
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:94: warning: deprecated conversion from string constant to &#38;#39;char*&#38;#39;
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:96: warning: deprecated conversion from string constant to &#38;#39;char*&#38;#39;
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:98: warning: deprecated conversion from string constant to &#38;#39;char*&#38;#39;
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:100: warning: deprecated conversion from string constant to &#38;#39;char*&#38;#39;
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp: In member function &#38;#39;void Neuroduino::randomizeWeights()&#38;#39;:
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:120: warning: unused variable &#38;#39;temp&#38;#39;
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp: In member function &#38;#39;void Neuroduino::train(int*, int*)&#38;#39;:
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:210: warning: deprecated conversion from string constant to &#38;#39;char*&#38;#39;
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp: In member function &#38;#39;int* Neuroduino::simulate(int*)&#38;#39;:
D:\stack objectdock\elettronica\olimexino\maple-ide-0.0.12-windowsxp32\libraries\Neuroduino\Neuroduino.cpp:220: warning: deprecated conversion from string constant to &#38;#39;char*&#38;#39;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>taha on "maple ide win 7"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74427#post-105704</link>
			<pubDate>Sat, 04 Apr 2015 18:46:39 +0000</pubDate>
			<dc:creator>taha</dc:creator>
			<guid isPermaLink="false">105704@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;hi, can anone please tell me how to install and run ide maple on win 7 64 bit
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bigplik on "ST-Link programming - how to set it?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74428#post-105707</link>
			<pubDate>Thu, 09 Apr 2015 05:48:21 +0000</pubDate>
			<dc:creator>bigplik</dc:creator>
			<guid isPermaLink="false">105707@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi, I need a help to program STM32 by ST-Link,&#60;br /&#62;
I can do it presently by usb both by arduinoIDE and mapleIDE,&#60;br /&#62;
but if want to program single STM32 chip on custom board&#60;br /&#62;
don't know how to set it&#60;/p&#62;
&#60;p&#62;is any tutorial about that or eg.?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bigplik on "Maple R5 - ArduinoIDE and MapleIDE not working!"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74420#post-105679</link>
			<pubDate>Mon, 16 Mar 2015 15:30:04 +0000</pubDate>
			<dc:creator>bigplik</dc:creator>
			<guid isPermaLink="false">105679@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I've seen one movie on YT where was eg. how to upload sketch into STM32 board by ArduinoIDE and MapleIDE, made same as on the movie, step by step and it wasn't work, ArduinoIDE can't program it in my case.&#60;/p&#62;
&#60;p&#62;I tryied to program it was MapleIDE, that is hard part, I have linux mint, in arduino also had spent some time to setup programs but it looks a lot easier than Maple to first start, there was an instruction how to program it but still, can't upload a sketch, program is starting uploading, and stock (MapleIDE),&#60;/p&#62;
&#60;p&#62;and device, LeafLabs Maple r5 is always flashing LED like an crazzy, even when I push the Reset or But button,&#60;br /&#62;
it flash slowly only on the begining for few times, and then fast, no matter what I do,&#60;/p&#62;
&#60;p&#62;when I start to upload program by MapleIDE I get this info&#60;/p&#62;
&#60;p&#62;&#34;Going to build using 'armcompiler' (ARM)&#60;br /&#62;
	Compiling core...&#60;br /&#62;
	No libraries to compile.&#60;br /&#62;
	Compiling the sketch...&#60;br /&#62;
	Linking...&#60;br /&#62;
	Computing sketch size...&#60;/p&#62;
&#60;p&#62;/tmp/build8281330379353600180.tmp/Blink.cpp.bin  :&#60;br /&#62;
section    size   addr&#60;br /&#62;
.data   12848      0&#60;br /&#62;
Total   12848&#60;/p&#62;
&#60;p&#62;Binary sketch size is reported above. Check it against a 108000 byte maximum.&#60;br /&#62;
Loading via dfu-util&#60;br /&#62;
Resetting to bootloader via DTR pulse&#34;&#60;/p&#62;
&#60;p&#62;and then program stock, everytime, upload haven't been done even once,&#60;br /&#62;
don't know what is wrong as I don't get any information from IDE since that time.&#60;/p&#62;
&#60;p&#62;anyone knows how to deal with this stuff?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin on "Can&#039;t upload to Maple board, Windows 64-Bit R5 Board.  Couldn&#039;t find the DFU."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74313#post-105356</link>
			<pubDate>Fri, 02 May 2014 02:24:19 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">105356@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I've tired entering the bootloader mode, without any success. I haven't gotten a single thing to run yet. Any help is appreciated.&#60;/p&#62;
&#60;p&#62;Binary sketch size is reported above. Check it against a 108000 byte maximum.&#60;br /&#62;
Loading via dfu-util&#60;br /&#62;
Resetting to bootloader via DTR pulse&#60;br /&#62;
Searching for DFU device [1EAF:0003]...&#60;br /&#62;
dfu-util - (C) 2007-2008 by OpenMoko Inc.&#60;br /&#62;
This program is Free Software and has ABSOLUTELY NO WARRANTY&#60;/p&#62;
&#60;p&#62;Couldn't find the DFU device: [1EAF:0003]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ss on "How to download *.bin to maple board by other tool?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74400#post-105586</link>
			<pubDate>Fri, 12 Dec 2014 01:17:40 +0000</pubDate>
			<dc:creator>ss</dc:creator>
			<guid isPermaLink="false">105586@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;When I build a project, I can download the fireware to board by Maple IDE. But consider of safety, I need download the bin file by other tool(like J-link or other tool), but I failed.&#60;br /&#62;
Can anyone know how to download the bin file to the board?&#60;/p&#62;
&#60;p&#62;bin file&#60;br /&#62;
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build5403673913316873103.tmp\my.cpp.bin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>moskrc on "How to connect an external library to maple ide (headers)?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74412#post-105635</link>
			<pubDate>Sun, 25 Jan 2015 14:26:06 +0000</pubDate>
			<dc:creator>moskrc</dc:creator>
			<guid isPermaLink="false">105635@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Help me connect an external library (.c and .h) to project. For example: &#60;a href=&#34;https://github.com/Harinadha/STM32_MPU6050lib&#34; rel=&#34;nofollow&#34;&#62;https://github.com/Harinadha/STM32_MPU6050lib&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Where I should to put this files? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ss on "How to use SerialUSB.print in other c file?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74399#post-105585</link>
			<pubDate>Thu, 11 Dec 2014 22:26:34 +0000</pubDate>
			<dc:creator>ss</dc:creator>
			<guid isPermaLink="false">105585@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I want to use multi-file structure, like one xxx.pde file, and many xxx.h xxx.c， but when I write SerialUSB.print() Serial1.print() or digitalWrite() function in xxx.c file, the maple IDE can't complie success.&#60;br /&#62;
file aa.pde&#60;br /&#62;
////////////////&#60;br /&#62;
extern &#34;C&#34;&#60;br /&#62;
{&#60;br /&#62;
    void test();&#60;br /&#62;
}&#60;br /&#62;
void setup()&#60;br /&#62;
{&#60;br /&#62;
}&#60;br /&#62;
void loop()&#60;br /&#62;
{&#60;br /&#62;
    test();&#60;br /&#62;
    delay(3000);&#60;br /&#62;
}&#60;br /&#62;
////////////////&#60;br /&#62;
file fun.c&#60;br /&#62;
////////////////&#60;br /&#62;
void test()&#60;br /&#62;
{&#60;br /&#62;
    Serial1.println(&#34;Hello world!&#34;);//digitalWrite(17, HIGH)&#60;br /&#62;
}&#60;br /&#62;
////////////////&#60;br /&#62;
maple IDE give: error:'Serial1' undeclared (first use in this function)//error: 'HIGH' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;Which .h file should I must include?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ABSimon on "Dimming a LED with pwmWrite() dont work"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74372#post-105518</link>
			<pubDate>Fri, 19 Sep 2014 07:48:58 +0000</pubDate>
			<dc:creator>ABSimon</dc:creator>
			<guid isPermaLink="false">105518@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello, I just try to run this code on my OLIMEX STM32 Board.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
void setup() {&#60;br /&#62;
  pinMode(BOARD_LED_PIN, OUTPUT);   // sets the LED pin as output&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;void loop() {&#60;br /&#62;
  pwmWrite(BOARD_LED_PIN, 30000);  // pwmWrite values from 0 to 65535, so scale roughly&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But the LED dont work with pwmWrite() ... I try several values.&#60;br /&#62;
All blinking LED examples work well. Does anyone have an idea?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2cats on "How can I use libmaple in Keil?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74362#post-105471</link>
			<pubDate>Sat, 19 Jul 2014 22:03:41 +0000</pubDate>
			<dc:creator>2cats</dc:creator>
			<guid isPermaLink="false">105471@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I want to debug with Keil and to use a lot of my own libraries.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldb on "start, keil uVision, coocox, 0x08005000, *. bin *. hex"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74358#post-105455</link>
			<pubDate>Wed, 25 Jun 2014 08:55:02 +0000</pubDate>
			<dc:creator>ldb</dc:creator>
			<guid isPermaLink="false">105455@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;google traslator:&#60;/p&#62;
&#60;p&#62;google bites here: starting; beginner, keil uVision, coocox, 0x08005000. *. Bin *. Hex&#60;/p&#62;
&#60;p&#62;I bought 2 mini maples, seems to work fine, but I do not like wiring.&#60;br /&#62;
the arduino is a toy, and I hope more of stm32, and I want total control.&#60;br /&#62;
I do not despise arduino development.&#60;/p&#62;
&#60;p&#62;use winXP, sorry, I prefer to use keil, but it was very difficult to start.&#60;/p&#62;
&#60;p&#62;problems:&#60;/p&#62;
&#60;p&#62;1, part of the IDE that makes it is upload dfu-util.exe the magic words from the console are:&#60;br /&#62;
 &#60;br /&#62;
C:\Doc,,, native\maple\maple-ide-12-XP32\hardware\tools\arm\bin&#38;gt; dfu-util -d -a1 1EAF:0003 -D Project.bin -R &#60;/p&#62;
&#60;p&#62;2, the keil NOT work, disassembles one of IDE, and other keil with:&#60;br /&#62;
arm-none-eabi-objdump-h-S kk.cpp.elf&#38;gt; kk.lst&#60;/p&#62;
&#60;p&#62;we see that the problem is that you start at 0x08005000, 0x08000000 and another.&#60;br /&#62;
already commented on here, I need the charger, and RAM.&#60;/p&#62;
&#60;p&#62;I test with cocox. trick enables him home, this fails to keil. its &#34;bin&#34; works.&#60;/p&#62;
&#60;p&#62;3 cocox generated. Bin. Hex. Elf.&#60;br /&#62;
dfu-util saw that swallows everything, but only the bin function.&#60;/p&#62;
&#60;p&#62;to convert hex to bin hex2bin.exe use.&#60;/p&#62;
&#60;p&#62;4 to work with keil, create a souped stm in file-&#38;gt; device database, copying and changing the 103cb and change to 0x20000C00 0x08005000.&#60;br /&#62;
in 8005000 is generated, and work, but not the simulator.&#60;br /&#62;
the .h changing probe, but did not work.&#60;/p&#62;
&#60;p&#62;until I came here, certainly can be improved.&#60;/p&#62;
&#60;p&#62;-----&#60;br /&#62;
the hex2bin do in automatic, keil -&#38;gt; settings -&#38;gt; user. &#60;/p&#62;
&#60;p&#62;logically, the charger will soft start, and take control, you will not be able to flash in automatic.&#60;/p&#62;
&#60;p&#62;-------------&#60;br /&#62;
inicio, keil uvision, coocox, 0x08005000, *.bin *.hex&#60;/p&#62;
&#60;p&#62;google muerde aqui:  maple mini, iniciando; beginner, keil uvision, coocox, 0x08005000.  *.bin *.hex&#60;/p&#62;
&#60;p&#62;yo compre 2 mini maples, parece que funcionan bien, pero no me gusta wiring,  el arduino es un jugete, y espero mas de un stm32, y yo quiero el control total.&#60;br /&#62;
yo no desprecio el desarrollo de arduino. &#60;/p&#62;
&#60;p&#62;uso winXP, lo siento, prefiero usar keil, pero me fue muy dificil arrancar. &#60;/p&#62;
&#60;p&#62;problemas: &#60;/p&#62;
&#60;p&#62;1º, la parte del IDE que hace upload es dfu-util.exe las palabras magicas desde la consola son:&#60;/p&#62;
&#60;p&#62;C:\Doc,,,orio\maple\maple-ide-12-xp32\hardware\tools\arm\bin&#38;gt;dfu-util  -a1 -d 1EAF:0003 -D Project.bin   -R &#60;/p&#62;
&#60;p&#62;2º, NO funcionan los keil, se desensambla uno de IDE, y otro de keil, con:&#60;br /&#62;
arm-none-eabi-objdump -h -S kk.cpp.elf &#38;gt; kk.lst&#60;/p&#62;
&#60;p&#62;se ve que el problema esta en que uno empieza en 0x08005000, y otro en 0x08000000.&#60;br /&#62;
ya muy comentado por aqui, lo necesita el cargador, y RAM. &#60;/p&#62;
&#60;p&#62;yo probe con cocox. él permite truco de inicio, esto falla en keil. su &#34;bin&#34; funciona.&#60;/p&#62;
&#60;p&#62;3º cocox genera .bin .hex .elf.&#60;br /&#62;
comprobe que dfu-util traga todo, pero solo funcionan los bin. &#60;/p&#62;
&#60;p&#62;para convertir hex a bin usar hex2bin. &#60;/p&#62;
&#60;p&#62;4º para trabajar con keil, cree un stm trucado, en file-&#38;gt; device database, copiando el 103cb y cambiando a 0x08005000 y 0x20000C00.&#60;br /&#62;
asi genera en 8005000,  y funcionan, pero no el simulador.&#60;br /&#62;
probe cambiando los.h, pero no funciono. &#60;/p&#62;
&#60;p&#62;el hex2bin se puede hacer en automatico, keil -&#38;gt; configuracion -&#38;gt;user. &#60;/p&#62;
&#60;p&#62;logicamente, al iniciarse le cargador por soft, y tomar el control, no se podra flasear en automatico. &#60;/p&#62;
&#60;p&#62;hasta aqui he llegado, seguro que se puede mejorar.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
