Yahoo Groups archive

Lpc2000

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

Message

Re: [lpc2000] Re: LPC2129 IAP Questions

2005-01-26 by Robert Adsett

At 07:05 PM 1/26/05 +0000, you wrote:
>I have added all the required links and definitions, however I seem
>to be missing the actual code for the enable and disable routines.
>
>Does anyone know where this can be obtained? Also what form is it
>in, Assembly or C?

Assembly. The file is interrupt_sup.s  That is the standard file extension 
for an assembly source file for use by gcc.

>I have tried adding the code in assembly which I have found on this
>site before, hoever this doesnt seem to compile no matter what I do
>with it.

When you say it doesn't work, what error messages are you getting?
The standard compile command (see below) works just fine for me.  It has no 
dependencies.

arm-elf-gcc -c -Os  -o interrupt_sup.o  interrupt_sup.s

You can then link that in as you normally would.

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

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.