-
Okay Liviu, then I could use a hand in doing so.
The startup file is as-is in the James Lynch´s demo. So is the linker script. I´ll paste a little of them here for comfort below.
My output listing shows that the startup is part of the text section, how could I make it into another section so I can control where it´s loaded? Or maybe a subsection in .text?
Thanks for the help!
Regards,
2009-05-16 14:30:12 UTC in GNU ARM Eclipse Plug-in
-
I did not mean the device programming, I meant that it would be nice to be able to have an "ARM device explorer" with register and bits information to have as a reference when programming. The AVR plugin has that funcionality.
As for device programming, I succesfully integrated command-line flashmagic as an external tool and download the firmware with a single click. These are my...
2009-05-16 04:01:38 UTC in GNU ARM Eclipse Plug-in
-
Hi!
Could you adopt the register and bits info for the plugin, such as the AVR one does?
If you could do the layout for the various LPC variants, I could fill in the info in an XML or CSV or however you think is best.
Thoughts?
Regards,
Alex.
2009-05-15 05:35:02 UTC in GNU ARM Eclipse Plug-in
-
Hi, I´m Alex.
The plugin works AWESOME, I just have one problem.
I have three files: main.c, exceptions.c and crt.s. I mean for main.c to be compiled in thumb, exceptions and crt.s in ARM. The point is that the makefiles passes the objects in this order to the linker invocation: exceptions, crt, main. So it loads the C exception handlers in flash 0x00 where it should load the exception...
2009-05-15 05:30:37 UTC in GNU ARM Eclipse Plug-in