Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: [lpc2000] Doubt regarding LPC

2005-05-06 by Michael Anburaj

Bala,

; for ADS or SDT
Image2Addr EQU 0x10000000    ; Put the execution
address of Image2 here

// for GCC
#define Image2Addr 0x10000000    // Put the execution
address of Image2 here

ldr r0,=Image2Addr
mov pc,r0                        ; no-return


This assumes that Image2 is linked for a particular
address (here 0x10000000)

Cheers,
-Mike.

--- balakumar  chinuswamy
<cbalakumarbe@...> wrote:
> 
> I have two Images of firmware in my controllers
> flash.
> 
> Initially i will boot the image_1 which will be at
> the 
> default reset location.
> 
> In the middile of the Image_1(running) i have to
> boot the
> Image_2 .
> 
> I have to boot the image_2 from the startup .
> 
> What can i do to jump from Image_1 to Image_2.
> 
> regards
> Bala
>  
> 
> [Non-text portions of this message have been
> removed]
> 
> 


		
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.