Well, I'd like to know where the problems originate. Using a Wiggler with at TDMI-S device is expected to be problematic because the Wiggler doesn't have...
Peter Dickerson
peter.dickerson@...
Jul 1, 2004 7:40 am
210
Hello~ I am new guy! GNUARM debug tools support Samsung S3C44B0 on-chip ICE breaker debug ?...
Hello, I'm using an Atmel AT91 chip based on the ARM7TDMI core and am trying to run my code from the SRAM to increase the speed to access devices other than...
... It should. Personally I have not used Samsung chips with GNUARM, but know people that use GNU tools with them. If you try and have problems let us know. ...
Hi, I had the same problem. I changed my linker script file to handle this (some code in flash and some in RAM) I'am using an AT91FR40162. I have the full...
Boonen, Jeroen
jeroen.boonen@...
Jul 6, 2004 8:49 am
215
... It would be nice if you can share that and put it in the files section. So if someone reads your message in the archive... Regards. -- PabloBleyerKocik...
Did it help ? Jeroen ... - - - - - - - DISCLAIMER - - - - - - - - Unless indicated otherwise, the information contained in this message is privileged and...
Boonen, Jeroen
jeroen.boonen@...
Jul 7, 2004 9:28 am
217
Has anybody figured out a way to use Keil's uLink USB JTAG pod with GDB? -- ... If it doesn't work, you're not hitting it with a big enough hammer...
Hi Eric, Francois and Michael I made a little (read not running on target) error in the linker script file: before line : *(EXCLUDE_FILE (_SpiDriver.o32...
Boonen, Jeroen
jeroen.boonen@...
Jul 8, 2004 11:25 am
219
Hi, I had the same problem. I changed my linker script file to handle this (some code in flash and some in RAM) I'am using an AT91FR40162. I have the full...
Boonen, Jeroen
jeroen.boonen@...
Jul 8, 2004 11:44 am
220
Hi all, Is there a program existing only for downloading (boot) software into my empty AT91FR40162 (AT91R40008 core) processor via the JTAG ICE? Easy download...
Boonen, Jeroen
jeroen.boonen@...
Jul 9, 2004 6:56 am
221
... The AT91Loader perhaps? http://www.atmel.com/dyn/resources/prod_documents/DOC2640.PDF http://www.atmel.com/dyn/resources/prod_documents/AT91Loader.zip It...
Hi, Thankx for the info, but : - the AT91Loader expects there there is already a program into the flash - as you told, you upload with JTAG/ICE a kind of boot...
Boonen, Jeroen
jeroen.boonen@...
Jul 9, 2004 1:28 pm
223
... We do that with GDB and a JTAG interface (like Macraigor's). If you want to go bare bones, then, eh... you should go bare bones and write everything from...
Hi All, I am looking for alternatives for configuring an open source IDE for gnuarm that will work in Windows (and preferably with Linux too). The IDE should...
Thankx for your reply, In normal operation, there is a default boot inside the AT91FR40162, and the production people can use this boot to download a new...
Boonen, Jeroen
jeroen.boonen@...
Jul 9, 2004 2:02 pm
226
... Then please read the amlboot section (#30pp) at http://armoid.com/docs/aoan001.pdf. Did you download the aoaml.zip files set I told you about? You will...
Hi, I will come back on this issue, it's week-end now.. BTW : what did you mean by " which country is this avionic display system of yours for?" Jeroen ... - -...
Boonen, Jeroen
jeroen.boonen@...
Jul 9, 2004 2:31 pm
228
... I was just being sarcastic. I really hope this is not for an ultra-advanced jet fighter. Even in a third-world country like mine (Chile), they would hang...
... Source navigator ? http://sourcenav.sourceforge.net/ Source-Navigator is a source code analysis tool. With it, you can edit your source code, display...
I've made a freeware IDE for Windows called EmbeddedGNU. I made it to target the 68hc11/68hc12 families, but it should be able to work with any gcc target...
... We are very fond of Eclipse in my company and that is what we use and distribute with our products. It launches the compiler, interprets the GNU tools...
Dear All, As I am a newbie in GNUARM a would like someone help me to clear out the following: 1) Is there a sample makefle and linker file ? I will be using an...
Hi, I have already Eclipse (3.0) + CTD running on my machine, but I didn't find a way to change the default toolchain: gcc to arm-elf-gcc. Where I can find...
... Hi I am also trying out the Eclipse 3.0 and CTD. The ideal way is to make a new plugin to eclipse. I don't think anyone have published it yet.. See this...