<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/40414/unable-to-debug-or-flash-code-on-to-stm32-discovery-using-uvision5</link><description> 
I&amp;#39;ve been trying to flash a sample project (GPIOToggle) with Keil
uVision 5 using ST-Link Debugger. However, I am getting an error
message that reads - No Algorithm found for 08000000H-08000493H.Erase
Skipped.Error:Flash Download Failed- &amp;quot;Cortex M3</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/81598?ContentTypeID=1</link><pubDate>Sat, 29 Mar 2014 13:32:38 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:54668bcc-0fcd-4c30-bb4c-16fd1349bd96</guid><dc:creator>zhang nan</dc:creator><description>&lt;p&gt;&lt;p&gt;
thank you very much!&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/151549?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2013 01:50:10 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:147905bd-afbc-483c-a619-221523d95f4d</guid><dc:creator>Nishant Nain</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Christopher,&lt;/p&gt;

&lt;p&gt;
I have no clue what the &amp;#39;Entry&amp;#39; file actually means. Been trying
to figure it out.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/150864?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2013 01:39:39 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:8e9f6f78-f442-48be-adf5-b2dd66f60579</guid><dc:creator>Christopher Seidl</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Nishant,&lt;/p&gt;

&lt;p&gt;
what is the &amp;quot;Entry&amp;quot; file?&lt;/p&gt;

&lt;p&gt;
Kind regards,&lt;/p&gt;

&lt;p&gt;
Christopher&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/150388?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2013 00:51:50 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:7f0694ee-705e-45aa-9d25-f8d8b567d2c2</guid><dc:creator>Nishant Nain</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Christopher,&lt;/p&gt;

&lt;p&gt;
Tried that. Manage Run Time Environment opens when you first
create a new project as well. Still fails to add the start up file
startup_stm32f10x_md_vl.s. But I don&amp;#39;t mind adding it manually either
since its in CMSIS folder as well. I&amp;#39;ve run into a new problem now.
I&amp;#39;ve been interfacing the discovery board with a development kit.
Written code for flashing/rotating LED&amp;#39;s, displayed a fixed message
on a 7-Segment. I&amp;#39;ve created a new project and written code to
interface a keypad with the controller, and display the numbers on a
7-Segment. However, when I build targets, I&amp;#39;m getting an error -&lt;/p&gt;

&lt;p&gt;
core_cm3.c: Error: C4065E: type of input file &amp;#39;Entry&amp;#39; unknown&lt;br /&gt;
&amp;quot;.\OBJ\key_entry.axf&amp;quot; - 1 Error(s), 0 Warning(s).&lt;/p&gt;

&lt;p&gt;
I&amp;#39;ve tried deleting my CMSIS files and adding them back again but
it doesn&amp;#39;t work. Checked all my target options but they&amp;#39;re the same
as all the other projects I created. What does this error mean and
how can I fix it?&lt;/p&gt;

&lt;p&gt;
Regards,&lt;/p&gt;

&lt;p&gt;
Nishant&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/149979?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2013 23:48:06 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:9c75e887-f358-41b7-8465-a37fb34d84c3</guid><dc:creator>Christopher Seidl</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Nishant,&lt;/p&gt;

&lt;p&gt;
when you have installed the Pack supporting a device and you open
the project, click on the &amp;quot;Manage Run-Time Environment&amp;quot; button
(that&amp;#39;s the one next to the Pack Installer button. There you can add
under Device:Startup the files. You will also need to add them
CMSIS:Core, but you can use the &amp;quot;Resolve&amp;quot; button as well.&lt;/p&gt;

&lt;p&gt;
Kind regards,&lt;/p&gt;

&lt;p&gt;
Christopher&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/149488?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2013 10:07:35 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:82f8bacb-3004-4767-bf42-06bd5bf8bfdb</guid><dc:creator>Nishant Nain</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Christopher,&lt;/p&gt;

&lt;p&gt;
It worked. Also, I noticed that unlike uVision4, you are required
to add the start up file for the processor manually from
Library&amp;lt;CMSIS&amp;lt;CM3&amp;lt;Device
Support&amp;lt;ST&amp;lt;STM32F10x&amp;lt;StartUp. In uVision4 it would ask the
user when creating the project if you want to add it automatically.
Any way to do this in uVision5?&lt;/p&gt;

&lt;p&gt;
Thanks a ton,&lt;/p&gt;

&lt;p&gt;
Nishant&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/148998?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2013 03:47:27 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:d46291ef-93c2-4e31-9c2f-947816acac06</guid><dc:creator>Nishant Nain</dc:creator><description>&lt;p&gt;&lt;p&gt;
Oops. I just realized when I updated the software packs it only
updated the list of available packs and didn&amp;#39;t actually install them.
Installing the ones required right now. Will post updates.&lt;/p&gt;

&lt;p&gt;
Thanks!&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/148997?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2013 03:12:17 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:9785dcaf-c3c3-4363-a8d5-f25168f3e5a0</guid><dc:creator>Nishant Nain</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Christopher,&lt;/p&gt;

&lt;p&gt;
I did add the software packages after an update. But I&amp;#39;m still
getting the same error message. I notice that in the target options
(debug) when I select ST-Link Debugger, a section below that reads
init file is empty. Am I supposed to specify a particular file there?
Also, I tried doing the same exact exercise using Keil uVision 4 in
Windows XP - I had no error messages and didn&amp;#39;t have to change any
settings. Is that due to a difference between uVision4 &amp;amp; 5. I
tried installing uVision4 on Windows 8 but it won&amp;#39;t start either.&lt;/p&gt;

&lt;p&gt;
Regards,&lt;br /&gt;
Nishant&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/128423?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2013 02:00:33 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:473071e3-3d3f-4bf9-8b4b-95253390d4ae</guid><dc:creator>Christopher Seidl</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Nishant,&lt;/p&gt;

&lt;p&gt;
you need to download the Software Pack for the STM32F4xx family.
Please use the Pack Installer (you can invoke it from within uVision
using the Pack Installer button - fourth right from Target
Options).&lt;/p&gt;

&lt;p&gt;
Kind regards,&lt;/p&gt;

&lt;p&gt;
Christopher&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/120213?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2013 01:53:03 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e439dc8f-a590-497c-83f3-f051188da495</guid><dc:creator>Nishant Nain</dc:creator><description>&lt;p&gt;&lt;p&gt;
Is there any way to externally download the STM32F4xx algorithm
and include it in the options?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/120214?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2013 01:50:49 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:13ecf1cc-c3ba-4204-8285-b31c64ac9fdf</guid><dc:creator>Nishant Nain</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Christopher,&lt;/p&gt;

&lt;p&gt;
The only other option is &amp;quot;RC28F640J3x Dual Flash&amp;quot;. No STM32F4xx
2MB Flash option in the Add Flash Programming Algorithm options.&lt;/p&gt;

&lt;p&gt;
Regards,&lt;br /&gt;
Nishant&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/107431?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2013 01:39:58 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:6a4b3ce8-e582-4757-8f80-c5de9980d11f</guid><dc:creator>Christopher Seidl</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Nishant,&lt;/p&gt;

&lt;p&gt;
can you try the &amp;quot;STM32F4xx 2MB Flash&amp;quot; algorithm, please? The
ADuCM360 is an Analog Devices chip. I&amp;#39;m not sure why it is shown in
that context, but it will not flash a ST chip...&lt;/p&gt;

&lt;p&gt;
Kind regards,&lt;/p&gt;

&lt;p&gt;
Christopher&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/81600?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2013 01:33:04 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:09a5e91c-a030-4896-a129-6c2edb34614f</guid><dc:creator>Nishant Nain</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Christopher,&lt;/p&gt;

&lt;p&gt;
Yes I did add the ADuCM360 (On Chip Flash) algorithm. Still the
same result.&lt;/p&gt;

&lt;p&gt;
Regards,&lt;br /&gt;
Nishant&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to debug or flash code on to STM32-Discovery using uVision5</title><link>https://community.arm.com/thread/62430?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2013 01:23:41 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:f4394f4f-1dea-455e-a3b5-45a68405da50</guid><dc:creator>Christopher Seidl</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Nishant,&lt;/p&gt;

&lt;p&gt;
have you also checked Target Options -&amp;gt; Debug -&amp;gt; ST-Link
Debugger Settings -&amp;gt; Flash Download tab? If there is no
Programming Algorithm, you need to &amp;quot;Add&amp;quot; one. Then you should get rid
of this message.&lt;/p&gt;

&lt;p&gt;
Kind regards,&lt;/p&gt;

&lt;p&gt;
Christopher&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>