You probably just aren't #including the right .h file. Are you sure serial_print is included in: #include <sys/ports.h> #include <sys/sio.h> ? NZG....
NZG
ngustavson@...
Jun 1, 2004 2:16 pm
4453
Hmm, I'm suprised they would send you a board like that. But I didn't make that board so I don't really know for sure. Are you sure the secondary table is in...
NZG
ngustavson@...
Jun 1, 2004 2:18 pm
4454
hi guys ! I need some help ... I need implement ethernet interface using hc12. how can I mek this ? could you help me ? thanks, fabio...
Fabio Luiz Takaki <fabio_takaki@...> wrote Wed, 2 Jun 2004 08:45:02 -0300 ... Search for Contiki and cs8900. There are plenty of applications that use...
Go buy yourself an RTL8019AS MAC chip from Realtek. It is an older device intended for use with ISA systems and can be configured in jumpered mode making it...
John Gow
jgow@...
Jun 2, 2004 12:58 pm
4457
... Look for uIP (Adam Dunkels/Contiki). -- 42Bastian...
... Hash: SHA1 ... http://www.embeddedethernet.com/ (Not that I've ever used it) - -- Daniel O'Connor software and network engineer for Genesis Software -...
Hmm, you are right, it's in sio.h. I notice your .text section is pretty short in memory.x. Maybe your just running out of room. Although I would think it...
NZG
ngustavson@...
Jun 3, 2004 2:16 pm
4462
Since there appears to be a large number of knowledgeable HC12 guru-types on this list, and since I didnt receive an anwer on the 68HC12 group (other than an...
Can somebody block this dude? Please, I've gotten this message like 10 times now. NZG. ... From: larry.bruner@......
NZG
ngustavson@...
Jun 4, 2004 3:13 pm
4494
Until someone blocks him he will keep responding since the mailer is responding to itself. The person didn't set up a very smart filter on his mailer....
Could it be possible for someone to block mr larry bruner AND harrisp32? I've just cleaned out all garbage and got 4 new ones while cleaning........... ...
... You can do it yourself: * Obtain and install the procmail program: http://www.procmail.org It's free, and you don't have to be root to install it. Your ...
... Hash: SHA1 Larry and Paul, Due to the vacation e-mail spam you sent to the gnu-m68hc11 mailing list I had to block you from sending e-mails on this mailing...
Hello, last month I have problems while developping bdm12 compatible "pod" for HC12 (currently using MC912D60A). I can succesfully read and write memory (still...
... Good job Marek, its published for this pod any documentation? We are going to MC9SE family, but only on DBG12 serial. When you need, I may send to you our...
Petr Lascak
hwsoft@...
Jun 4, 2004 8:07 pm
4540
I'm trying to build gel-1.6 on OS X 10.3.4 with m68hc1x-2.91a targeting the hc12. I keep getting many errors during build, most ominously the following: ...
Hi, I am working on a MEMS device which is interfaced onto HC11. I have a problem in conversion of a hex no to decimal number. Can anyone send an assembly...
I have seen in the compiler output many occurences of successive double "xgdx" or "xgdy" which are completly redundant. What is the best way to not generate...
Files that end in .cc are c++ programs. The m6811 gnu tools standard instructions don't produce tools to handle c++. I don't know if there's a reason for...
Hello group! Pleas I need help with MCU 86HC11P2 (Motorola) 84 pin PLCC I try connect to MCU and read EPROM for decode car radio I was made Programator with...
Well Folks, I have tried the No Paging, No help. I have tried the No GEL, No help. Am I using the right GNU tools? I am using the windows tools from...
Hi bastian, The logic you gave doesn't work in HC11 8 bit controller.The factors by which you are multiplying i.e 16, 256, 4096 are these nos in decimal or...
... I have m6812-elf-g++ in my bin/ directory, so I would expect that, if anything was left off, it was not deliberate. It's definitely a clue that the...
Hello All, I'm busy with a HCS12 DG256B. I have this PLL problem I would like to discuss about. I'm using the P&E programming and debugging tools. When I step...
Hi, I suppose you want to convert a (hex) binary unsigned number into a character string so you can display your number as decimal. If this is the case, look...