This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems porting to new platform LPC2106


Hello,
I am trying to port e-cos to new platform ie LPC2106 processor.
I am facing a problem the call to "cyg_hal_invoke_constructors" seems to
reboot my system.
I have put the following code  in vector.S the led1 never comes up after
led2 the system does a boot.

        LED 2
        // Run through static constructors
        bl      cyg_hal_invoke_constructors
        LED 1
loophere:
        b    loophere



where as if I have a loop after led2 it works properly

So I think that  "cyg_hal_invoke_constructors"  reboots my system. What
could be wrong?

Thanks in advance,
Ashwin



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]