Hi Guillermo, We will work on this and will provide you a solution asap (off-list). Anyone else running into the same problem: contact me or Gilles and you...
The USB Low Speed issue is not a big limitation. With the PK- HCS12C32 Starter Kit programming 32K of FLASH takes about 35sec. These starter kits have been...
Hello All, another HC12D60A TFFCA problem: the main timer interrupt flag TOF is cleared on any access to TCNT. IMHO that's a very bad idea, because TCNT is...
ImageCraft announces the Ultimate Code Compression (tm) technology - after years of fine-tuning our code compressor technology in the ImageCraft compilers, we...
Richard F. Man
richard-lists@...
Apr 1, 2004 9:47 am
6370
Wow, That's pretty cool. Andrew Bailie . . . P.S. And I suppose there's no L in gullible either ... Outgoing mail is certified Virus Free. Checked by...
Only 16 bits, is that the best you can do... :| Bet its running at the speed of light also :P hehe, Darren Moore PS. Day is nearly over here... in Oz...
Happy 1st April! Markus ... Von: Richard F. Man [mailto:richard-lists@...] Gesendet: Donnerstag, 1. April 2004 11:51 An: msp430@yahoogroups.com;...
Strauss Markus
MarkusStrauss@...
Apr 1, 2004 10:59 am
6373
Thanks a lot, Richard. I really need to spend my morning talking to idiots on the phone ! Your Secombe piler is now the very best way to pile Secombes. ...
Oliver, For the applications I've worked on where the output compare is used to generate a continuous or semi-continuous output, the previous value of the...
Ahhhh.... I think that would be the 49th parallel... Hmm... 39th parallel, that means we now own OR, WA, ID, MT, MO, ND, SD, UT, MI, IO, CT, NY, MA, MN, RI,...
Darrell N.
darrelln@...
Apr 1, 2004 4:32 pm
6377
Right! I hadn't had my morning cup of tea when I wrote that! Nigel Johnson MCSE, MIEEE VE3ID/G4AJQ New address effective 2003 10 27: Technological Arts Inc. ...
I was wondering if anyone knew where to locate sample programs on utilizing the HCS12 Serial Communications Interface? My next project is writing the code for...
sample programs on utilizing the HCS12 Serial Communications Interface? ============================================== Technological Arts [Non-text portions...
To all who responded: Well, we got the problem fixed, with a little help from Valvano's book and a bunch of help from you guys. It turns out that, as Bob...
Stewart Prince
sprince@...
Apr 1, 2004 5:26 pm
6381
I need to use my 9s12c32 module to work as a bdm pod. The 4.0 version of dbug12 has a Pod mode option to turn a 9s12dp256 into a bdm pod. Will this work with...
App note 2318/D "Using the I2C bus with HCS12 Microcontrollers" indicates that a software tool for calculating the value of IBFD will be available soon. Has...
... This bit set problem crops up at regular intervals, yet I have not seen any good explanations. When operationg on registers it used to customary to do a...
... The biggest thing that I have learned is keep your modules small. As is one or two functions per source file (except maybe for packages made of tightly...
John Hartman (NoICE)
john@...
Apr 2, 2004 3:29 am
6386
... The problem is precisely the read of the port. The registers in question are of the "write a one to the bit to clear the interrupt" type. So, the safe way...
John Hartman (NoICE)
john@...
Apr 2, 2004 3:30 am
6387
There is a good explanation of the BSET/flag-clearing problem in Section 10.4.4, "Tips for Clearing Timer Flags" in the M68HC11 Reference Manual, Moto P/N...
The BSET does a read-modify-write. If other interrupts are pending, their flag bits will be read as being set. The write part then restores the set bits,...
... From: "Robert Smith" To: <68HC12@yahoogroups.com> Sent: Friday, April 02, 2004 7:32 AM Subject: Re: [68HC12] Re: multiple interrupts ... problem in Section...
Hi, I use codewarrior v3.0 in my project (processor = HCS12 DG128). My intention is to map the eeprom to addresss 0x800. The Hiwave-debugger uses the s-record...
Hi. The FLASH/EEPROM driver cares about the INITEE register value and EEPROM location. So if you move it, and can flash and erase it where it was moved. This...
Thank you for your reply, you are right about that I can do this by the wb-command. The NVMC window was together with the log in the command window the clue to...