news aggregator

Re: serial com in 9s12dp256

M68HC1x Group - 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

M68HC1x Group - 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

M68HC1x Group - 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

M68HC1x Group - 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

M68HC1x Group - 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!

M68HC1x Group - 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!

M68HC1x Group - 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

Re: Problems with GEL libraries!

M68HC1x Group - Thu, 2006-10-26 01:11
Hi Triffid, Thanks for clearing these things up. I am going to try to use your libraries, unfortunately, I couldn't locate them on your website, can you point
Categories: Software

Re: Problems with GEL libraries!

M68HC1x Group - Thu, 2006-10-26 01:11
Hi Triffid, Sorry, I got the libraries as well as the kernel, thanks a lot for your help. I am going to try using them soon. Jellouli
Categories: Software

Re: Problems with GEL libraries!

M68HC1x Group - Wed, 2006-10-25 23:52
... printf calls sprintf to format strings, unless they're very simple in which case the call is optimised to simply dump the characters. If you pass it a
Categories: Software

Re: Adapt912 example

M68HC1x Group - Wed, 2006-10-25 19:48
x_daveerickson_x, I've modified your source, and it seems to work this way: /** standalone example to flash PE7 LED on Adapt912 (slow); Here is the memory.x: [
Categories: Software

MPC8568E

Freescale Dev - Wed, 2006-10-25 17:36
Combining PowerQUICC(TM) III with QUICC Engine(TM) technology
Categories: Freescale

23 Oct 2006 - Freescale Semiconductor Announces Tender Offers and Consent Solicitations for Freescale's Outstanding...

Freescale Press Releases - Wed, 2006-10-25 17:29
AUSTIN, Texas, Oct 23, 2006 (BUSINESS WIRE) -- Freescale Semiconductor, Inc. (NYSE:FSL) (NYSE:FSL.B), announced today that it is commencing tender offers for its $350 million aggregate outstanding principal amount of 6.875% Senior Notes due 2011 and its $500 million aggregate outstanding principal amount of 7.125% Senior Notes due 2014 (together, the "Notes"). In connection with the tender offers, Freescale is soliciting consents to proposed amendments that would, among other things, eliminate most of the restrictive covenants and certain of the events of default contained in the indenture governing the Notes. The tender offers will expire at 5:00 p.m., prevailing eastern time, on November 21, 2006, unless either or both tender offers are earlier terminated or extended (such date and time, the "Expiration Date"). In order to receive the consent payment, which is included in the total consideration, holders must tender their Notes and consent to the proposed amendments at or prior to 5:00 p.m., prevailing eastern time, on November 3, 2006, unless the time and date for either or both consents is extended (such date and time, the "Consent Date").
Categories: Freescale

Re: compiler emits two 8bit access instead of one 16bit

M68HC1x Group - Wed, 2006-10-25 16:12
... You're right. I didn't look closely at the source, only the object. Jeff, you put in two writes, and the compiler did it twice. I suspect that if the
Categories: Software

Re: Libgcc with a banked HCS12 system

M68HC1x Group - Wed, 2006-10-25 15:52
... Sounds fair to me, esp. if you automate the conversion so people can do it quicker with later GCC releases. Of course for backwards compatibility, I think
Categories: Software

Re: Adapt912 example

M68HC1x Group - Wed, 2006-10-25 15:40
I kinda got your test.c to compile. I see that after fixing "memory.x" as I had suggested, it is loading section "pvectors" to the wrong location. At least I
Categories: Software

Re: compiler emits two 8bit access instead of one 16bit

M68HC1x Group - Wed, 2006-10-25 14:17
... 43bastian, I guess you are saying that I'm focusing too much on: *((volatile word*) &offset[_eeprom_base]) = 0; 4e98: cc 00 00 ldd #0 4e9b:
Categories: Software

Problems with GEL libraries!

M68HC1x Group - Wed, 2006-10-25 12:18
The saga with the GEL libraries continues: Hi all!!! I finaolly figured out how to rebuild the "infamous" GEL libraries, and started using them, but now I am
Categories: Software

Re: compiler emits two 8bit access instead of one 16bit

M68HC1x Group - Wed, 2006-10-25 06:52
Jeff, ... (*) ... (**) ... This one if for : (*) above. ... This one is for (**). ... Try another address for the (*) line. -- 42Bastian
Categories: Software

Re: compiler emits two 8bit access instead of one 16bit

M68HC1x Group - Tue, 2006-10-24 22:06
... [snip] ... Weird! I wonder if it is one per clr in the other code? Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} This message
Categories: Software
Syndicate content