<?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>How to load bootloader(using debugger) in ARM7 based target?</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/30542/how-to-load-bootloader-using-debugger-in-arm7-based-target</link><description> 
Hello, I built bootloader for NXP LPC2468FBD208. Following files
were generated: 

 
NXP2468_BootLoader.axf 
NXP2468_BootLoader.hex 

 
I&amp;#39;m using Keil tools. I have ULINK2 debugger connected from
PC(USB) to target board. 

 
Which above file do I load</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: How to load bootloader(using debugger) in ARM7 based target?</title><link>https://community.arm.com/thread/131262?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2013 12:39:40 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:8905c138-10d3-4ebf-9f07-d9f3815e8241</guid><dc:creator>Jani Jani</dc:creator><description>&lt;p&gt;&lt;p&gt;
My colleague was able to help me out. We had the incorrect options
file, filename.uvopt.&lt;/p&gt;

&lt;p&gt;
Thank you!&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to load bootloader(using debugger) in ARM7 based target?</title><link>https://community.arm.com/thread/128202?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2013 10:42:17 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:9a60a76b-ac6d-4081-b740-3304eca58051</guid><dc:creator>Westonsupermare Pier</dc:creator><description>&lt;p&gt;&lt;p&gt;
In the aforementioned child window with the debugger/target
settings, the flash algorithm can be located under the &amp;quot;Flash
Download&amp;quot; tab. You must select a flash algorithm than matches the
device make/model you are using.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to load bootloader(using debugger) in ARM7 based target?</title><link>https://community.arm.com/thread/120074?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2013 10:38:55 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:89b238d4-7ae0-4c0e-bdfb-89f46e93aaba</guid><dc:creator>Westonsupermare Pier</dc:creator><description>&lt;p&gt;&lt;p&gt;
Perhaps you should communicate with your colleagues/boss about
your assorted issues.&lt;/p&gt;

&lt;p&gt;
There should be drivers and utilities for the ULINK in the
\Keil\ARM\ULINK and \Keil\ARM\ULINK\Utilities directories.&lt;/p&gt;

&lt;p&gt;
If you used UV4.70 it should have updated the firmware, although
this will not be backward compatible with older releases of UV. See
release notes.&lt;/p&gt;

&lt;p&gt;
Go to the options for the project, select the &amp;quot;Debug&amp;quot; tab, select
&amp;quot;CMSIS-DAP Debugger&amp;quot;, click &amp;quot;Settings&amp;quot;. Another child window will
come up. This should provide details of the ULINK, serial number,
connection method, along with a device view showing what can be found
on the SWD/JTAG chain.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to load bootloader(using debugger) in ARM7 based target?</title><link>https://community.arm.com/thread/117310?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2013 10:32:10 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:de4886b6-1b07-4f50-a82f-f984d1f5401e</guid><dc:creator>Jani Jani</dc:creator><description>&lt;p&gt;&lt;p&gt;
OK. Now, again I can build the bootloader. From micro Vision4, I
went to Flash - Download. It tried to load .axf file but following
are the messages from the Build Output:&lt;/p&gt;

&lt;p&gt;
No algorithm found for 00000000H - 00000D6FH&lt;br /&gt;
(This messages repeats for other address ranges)&lt;br /&gt;
Erase Skipped!&lt;/p&gt;

&lt;p&gt;
Please advise!&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to load bootloader(using debugger) in ARM7 based target?</title><link>https://community.arm.com/thread/107138?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2013 09:20:15 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:954cf4e7-9c79-469a-aa69-126deff28f93</guid><dc:creator>Jani Jani</dc:creator><description>&lt;p&gt;&lt;p&gt;
Yes, it see&amp;#39;s Unspecified(Keil ULINK2 CMSIS-DAP) in Device
Manager. I don&amp;#39;t have any drivers. ULINK2 was detected by the PC. Am
I suppose to get current drivers from Keil and install them? THis is
a real Keil ULINK2. I am new to this environment. How can I make sure
the Debug tab is configured correctly? How can I tell if debug tab is
seeing my target or not?&lt;br /&gt;
I checked the orientation of the connector. I connected pin with a
arrow on the connector pin 1. I am running into different problem
right now. I modified options for target in Keil micro Vision 4 and
now I can&amp;#39;t even built my application, which is bootloader. I want to
undo checkout this project so I can get target options I had earlier.
The software versioning system we are using is TFS. I don&amp;#39;t know
anything about TFS. How can I undo checkout my Keil Project?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to load bootloader(using debugger) in ARM7 based target?</title><link>https://community.arm.com/thread/92311?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2013 08:03:44 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e632c222-b7f4-4bbd-814c-a297f007b00e</guid><dc:creator>Westonsupermare Pier</dc:creator><description>&lt;p&gt;&lt;p&gt;
Does it see the ULink in Device Manager? Do you have current
drivers installed? Is this a real ULink, or something else. You
should go into the Debug tab of the project and ensure it is
configured correctly and can see your target.&lt;/p&gt;

&lt;p&gt;
Check also you cable and wiring of the JTAG connector, that the
connector is correctly orientated.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to load bootloader(using debugger) in ARM7 based target?</title><link>https://community.arm.com/thread/61972?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2013 07:01:29 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:88a86f23-5c1b-4cc1-ab26-7e72391d0702</guid><dc:creator>Jani Jani</dc:creator><description>&lt;p&gt;&lt;p&gt;
I&amp;#39;m using micro visison4 to download flash program/erase algorithm
to target RAM. From micro vision4 main menu, I select Flash -
Download but I get following error: ULINK - ARM Error No ULINK Device
found&lt;/p&gt;

&lt;p&gt;
My target is seems to be powered up because power supply connected
to my target is drawing 0.17 amps. The USB LED in ULINK2 device is
lit red. The COM and RUN LEDs are not lit.&lt;/p&gt;

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