I am not realy familar with the axiom BDM system. But from what I can tell it should beable to load elf binaries into the debugger and get a code listing....
Last time I tried they were too large to use effectively. I just used object files containing the specific functions I needed directly. The library source is...
NZG
ngustavson@...
Dec 1, 2005 5:59 pm
7488
Hi, How can I use the standarts libraries? I want to use printf, strncpy, etc.. Thank you!!...
... Please explain to me how it is that using the library source makes the object smaller. Mike -- ...
Mike McCarty
Mike.McCarty@...
Dec 1, 2005 6:49 pm
7492
Hi, here is my code: #include <stdio.h> int main(void) { printf("Test %d", 123); } my memory.x OUTPUT_FORMAT("elf32-m68hc12", "elf32-m68hc12", "elf32-m68hc12")...
You certainly have not got enough memory in there to use the full printf() with all it's floating point routines. ... IO */ ... vector table */ ... `__errno'...
... page 0x3f */ One more thing looks confused... 0x4000 is PPAGE 0x3e not 0x3f. Therefore you can say LENGTH=0x4000, adding 0x100 bytes to your code space....
Ok, so I was putting some finishing touches on a end of the year class project on my HC11E9 (thankfully the hardware and software is all finished) however I...
From the info in your post it's a little hard to figure out your situation. It doesn't sound good, though. What is the regulator are you using? You infer that...
... Pretty much. I'll post what I've got and see how it works for you. The tricky part for me has been interrupts. Since gcc generates code to save different...
Hi everyone! Can you advise me a cheap and reliable board for developing on m68hc12? (naturally with gnu/linux :) ) I would like to develop small robots (may...
hum, I tried to port it based on code warrior port, but i have no success... :) I think the trouble is on maloc function. If you can post your port here I'll...
Jeff, The last time I uset MetroWerks, it was on coldfire, and malloc required the HEAP be on a 16 byte (not bit) alignment. And it had lots of output that...
... I've used the Kevin Ross boards, they're pretty reasonably priced and they work. http://www.kevinro.com and he's a decent guy and supports his products ...
... I can vouch for the Wytec DRAGONfly12 I have a couple of them I've been using in a torsional vibration test rig, they're pretty neat, they work just great,...
... How hard can it be to write a malloc() which satisfies that requirement? How about this? #define ALIGN 16 void *malloc(size_t Size) { char *Result; size_t...
Mike McCarty
Mike.McCarty@...
Dec 7, 2005 5:47 pm
7506
... Oh yes, just so nobody gets the wrong idea, I should just clarify that I did not decide to abandon the HC12 because of anything bad with the HC12, I'll use...
... success... :) ... Diego and Tom, I had no trouble with FreeRTOS/Source/portable/MemMang/heap_1.c It is the task swapping that was hard to work out. I'll...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gnu-m68hc11 group. File :...
gnu-m68hc11@yahoogrou...
Dec 8, 2005 10:19 pm
7511
... better, that's all. Have you had any trouble getting these parts? I checked around and they seem to be in short supply to the general public. Freescale...
Jeff, After a morning of "tries" I can run the FreeRTOS example on my board (PK-HCS12E128. But I have to initialise some variables. I think it is some...
... tskIDLE_PRIORITY; ... It's funny you have this problem at the same time I found it. The funniest thing is that the problem seems to be the loader/debugger....
... G,Day Yeah, it's a kind of a drag, but you can currently only get the MAC7101 and MAC7111 in quantities of 60 at a time, which is kind of a drag, but you...
I changed the readers to use it with e128. I generate the s-record using objcopy and download it to chip using DataBlaze Programmer, that comes with...