Application Signature
2004-04-30 by James Dabbs
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2004-04-30 by James Dabbs
Is there a clever way to properly set the value of interrupt vector 14 to the 2's complement sum of the other vectors, using either the GNU linker or assembler? I.e., create an image that is ready-to-go in terms of passing the boot loader's signature verification? Thanks, James Dabbs, TGA
2004-04-30 by Robert Adsett
At 04:10 PM 4/30/04 -0400, you wrote:
>Is there a clever way to properly set the value of interrupt vector 14
>to the 2's complement sum of the other vectors, using either the GNU
>linker or assembler? I.e., create an image that is ready-to-go in terms
>of passing the boot loader's signature verification?
Doesn't your downloader do this for you?
Robert
" 'Freedom' has no meaning of itself. There are always restrictions,
be they legal, genetic, or physical. If you don't believe me, try to
chew a radio signal. "
Kelvin Throop, III2004-04-30 by Sten Larsson
James, You are using our debugger - right? This should be done automatically when flashing using Seehau. Any problems? Or is there any other things that I need to be aware of? Such as - is this done for production, rather than debug? Would it be acceptable to do it on an intel hex file (or similar simple format)? /sten Nohau Corp ----- Original Message ----- From: "James Dabbs" <jdabbs@...> To: <lpc2000@yahoogroups.com> Sent: Friday, April 30, 2004 1:10 PM Subject: [lpc2000] Application Signature > Is there a clever way to properly set the value of interrupt vector 14 > to the 2's complement sum of the other vectors, using either the GNU > linker or assembler? I.e., create an image that is ready-to-go in terms > of passing the boot loader's signature verification? > > Thanks, > > James Dabbs, TGA > > > > > > -------------------------------------------------------------------------- ------
> Yahoo! Groups Links > > a.. To visit your group on the web, go to: > http://groups.yahoo.com/group/lpc2000/ > > b.. To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > >
2004-05-01 by James Dabbs
This all works fine in seehau.. I'm trying to put together a process to build production code, to be loaded through the serial port during manufacturing. I don't think the on-chip bootloader will do this.
-----Original Message----- From: Sten Larsson [mailto:stenl@...] Sent: Friday, April 30, 2004 5:18 PM To: lpc2000@yahoogroups.com Subject: Re: [lpc2000] Application Signature James, You are using our debugger - right? This should be done automatically when flashing using Seehau. Any problems? Or is there any other things that I need to be aware of? Such as - is this done for production, rather than debug? Would it be acceptable to do it on an intel hex file (or similar simple format)? /sten Nohau Corp ----- Original Message ----- From: "James Dabbs" <jdabbs@...> To: <lpc2000@yahoogroups.com> Sent: Friday, April 30, 2004 1:10 PM Subject: [lpc2000] Application Signature > Is there a clever way to properly set the value of interrupt vector 14 > to the 2's complement sum of the other vectors, using either the GNU > linker or assembler? I.e., create an image that is ready-to-go in > terms of passing the boot loader's signature verification? > > Thanks, > > James Dabbs, TGA > > > > > > ---------------------------------------------------------------------- > ---- ------ > Yahoo! Groups Links > > a.. To visit your group on the web, go to: > http://groups.yahoo.com/group/lpc2000/ > > b.. To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service. > > Yahoo! Groups Links
2004-05-01 by Robert Adsett
At 09:30 PM 4/30/04 -0400, you wrote:
>This all works fine in seehau..
>
>I'm trying to put together a process to build production code, to be
>loaded through the serial port during manufacturing. I don't think the
>on-chip bootloader will do this.
Maybe not, but the serial downloaders I know of do that for you, including
(i believe) LPC21isp which has source available.
I just checked LPC21ISP source and it does this as part of the download.
Robert
" 'Freedom' has no meaning of itself. There are always restrictions,
be they legal, genetic, or physical. If you don't believe me, try to
chew a radio signal. "
Kelvin Throop, III