M68HC1x Group

Syndicate content
GNU 68HC11/HC12
Updated: 17 years 14 weeks ago

Re: S12 In Linux need help

Thu, 2006-11-02 01:44
... Yes I wrote my own, or rather hacked the stuff I could find. ... (I think we had this interchange some time ago. I never had any problem with crashes so I
Categories: Software

Re: S12 In Linux need help

Thu, 2006-11-02 00:00
... I realized that the example I posted was using a custom ld script (I meant to show how I use the default). This one uses ld option "-m m68hc12elfb" to link
Categories: Software

Re: S12 In Linux need help

Wed, 2006-11-01 22:51
... It sounds interresting, although I didn't see in your .map where something is being placed in .page0 Are you sure you're using the default link an didn't
Categories: Software

Re: S12 In Linux need help

Wed, 2006-11-01 18:48
... Ahah! Very interesting. The following .map shows that when the .ld file contains a memory configuration for .page0 the soft regs are put there, however
Categories: Software

Re: S12 In Linux need help

Wed, 2006-11-01 15:34
... Only in HC11. In this one thing I am certain: For HC12 there is no RAM at page0 on powerup, and so for great reason, the default link must not place
Categories: Software

Re: S12 In Linux need help

Wed, 2006-11-01 15:11
... I do not lie; page0 has just as much chance living there as any other place that is not 00..FF. Surely someone has hardware with external RAM mapped there.
Categories: Software

Re: S12 In Linux need help

Wed, 2006-11-01 01:12
... When C programs are involved I find that there are soft registers stored in page0. Regard, Donald E Haselwood
Categories: Software

Re: S12 In Linux need help

Wed, 2006-11-01 00:43
... You need to study your map. In the 9s12 it's possible to relocate page0, but it's very uncommon. And there's no chance of it living at 0x8000 and having a
Categories: Software

Re: S12 In Linux need help

Tue, 2006-10-31 18:58
... wrote: ... First a little philosophical monolog... an ideal "Hello World" would not require the complication of adding a driver for
Categories: Software

S12 In Linux need help

Mon, 2006-10-30 16:25
Hello! I'm working in MC9S12DG256 and also work in linux (that i'm new using S12 in linux) and i can't make an "hello world"! The compiler that i'm try to
Categories: Software

Re: EEPROM read function for M68HC711E9 controller required

Mon, 2006-10-30 16:06
... Just my opinion; if you read the documentation for that device, it should tell what the source code needs to do in order to write to EEPROM. Then you can
Categories: Software

EEPROM read function for M68HC711E9 controller required

Mon, 2006-10-30 10:26
Hi I want the source code for the EEPROM read and write functions for the M68HC711E9 controller. Please send me the Source code for EEPROM read and write
Categories: Software

Re: serial com in 9s12dp256

Sun, 2006-10-29 16:59
... 1. We cannot help you any further because you are not eve using GCC. This is a GCC (GNU) group. 2. Nobody can say why you are receiving a different value
Categories: Software

Re: serial com in 9s12dp256

Sun, 2006-10-29 01:59
... definition, ... array, ... end ... easier way ... works ... thank, the interrupt is working I can read the the data but its not what I'm sending.
Categories: Software

Re: serial com in 9s12dp256

Sun, 2006-10-29 01:29
... you probably need to add __attribute__ ((interrupt)); to that definition, so it ends with an RTI instead of an RTS ... if you want to access this array
Categories: Software

serial com in 9s12dp256

Sun, 2006-10-29 00:28
Hi, I wrote a code with ICC12 to receive serial com on SCI and display it on the screen (prinf) using interrupt. all I'm getting is a range of valus between
Categories: Software

Re: Adapt912 example

Fri, 2006-10-27 17:17
... Yeah, I know :> Great, asking questions is the way to go! It only bothers me when an apparent colledge student comes here and has only one question,
Categories: Software

Re: Adapt912 example

Fri, 2006-10-27 07:23
... I loaded it and it worked. Thanks alot, you are a guru! But the fact ... Ok so really page0 is registers address space, not to be overlapped with data.
Categories: Software

Re: Problems with GEL libraries!

Thu, 2006-10-26 11:56
Hi Triffid, I appreciate your help a lot. Thanks. Jelloul ... page) or
Categories: Software

Re: Problems with GEL libraries!

Thu, 2006-10-26 03:38
... http://hc11-ide.funkmunch.net/newbrain/ (second news item on my page) or https://svn.sourceforge.net/svnroot/hc11-ide/newbrain (first item)
Categories: Software