Scheduled Maintenance:
We are undertaking some essential, but extensive maintenance to improve Yahoo!
Calendar. Your Group Calendar is being migrated to a much improved version of
Yahoo! Calendar. During the maintenance period, you may not have access to your
Groups Calendar.
We sincerely apologize for this inconvenience. Your Groups Calendar is in great
shape and we are working to have it available again as quickly as possible
- Yahoo! Groups & Yahoo! Calendar Team
... Are you sure you are using the correct programming algrithm? In the past when I got "addresses out of range" it was because I had selected the wrong...
28
Jared O'Mara
jared@...
May 2, 2002 12:37 pm
Hello all, I'm using the Noral BDM pod and an A4 target board. I'm communicating with some legacy boards of ours on serial port 1. The code is working fine...
29
Dave Perreault
briggsroad@...
May 2, 2002 1:47 pm
I'm not that familiar with Noral's cable. However, one possible difference is what mode you end up in. During startups with BDM, the processor goes into...
30
Jared O'Mara
jared@...
May 2, 2002 2:56 pm
I just heard from Noral. They have a couple of ways to start up. One is connect their pod, using their PC software tell the pod what mode you want to be in...
31
Andrew Bailie
ABailie@...
May 2, 2002 4:00 pm
Are you using the Flex tools? We have been running them for a couple of years with the 'A4 and have never had any problem with the serial interrupts, but we do...
32
Jared O'Mara
jared@...
May 2, 2002 5:04 pm
Yes, we just got the flex tools (whole package actually) about 3 weeks ago. I might ask, are you using serial port 1 and not using hot insert? That's where...
33
yahoolist@...
May 3, 2002 6:10 am
P&E has a new version of Log2Phy. May be it will help? // richard...
34
Andrew Bailie
ABailie@...
May 3, 2002 8:51 am
Thanks for the info - It seems so simple when your given the solution. We have been using the 'A4 with a RAM chip converted to fit into the ROM socket. We...
35
Shayne C. Rich
shayne@...
May 3, 2002 11:48 am
Hi, all When programming the ADC on a DG128 in continuous scan mode, I have set up the ADC and written to ATDCTL5 to start the conversion process. Do I just ...
I would like to let the group know that P&E has been very helpful and pro-active in trying to solve my problem. I have now had some success thanks to the help...
37
Eli Kolberg
elik@...
May 5, 2002 7:24 am
You need to wait for set of conversion complete flag. Eli ... From: "Shayne C. Rich" <shayne@...> To: "68HC12Yahoo (E-mail)"...
38
Ernesto.Barreyro@...
May 6, 2002 5:38 am
Perhaps you can elaborate on the solution, in case other s will come across the same problem. Maybe, P&E Micro will have some resources to help me with the...
What is the pricing and availability of MC912DG128ACPV for 500 - 1000 pieces? Ernie...
41
Kerry Berland
kerry@...
May 7, 2002 5:11 pm
General opinion/comment-- If a Motorola MCU is listed at DigiKey, then one can get a general indication as to its probable price point in volume. This one is...
Is anyone using ICC12 Pro to create paged programs for the 912? I would dearly love to see an example that actually compiles, I have been unable to create...
It's best to contact your local authorized distributor for availability and pricing. You can find out who this is in your area by going to e-www.motorola.com...
44
yahoolist@...
May 7, 2002 10:08 pm
... Paul, you're also using the StingRay debugger right? Ask Sid, he has a nice little demo program written using paging and the StingRay debugger....
45
mega@...
May 8, 2002 2:55 pm
... I recently had als some problems with the Clocks on a D60 I think that there are at least two errors in the manual for the D60. First, in the Clock divider...
Help, how do you program the flash on the MC68HC912DG128A. The following is how I am attempting to do it: I have just received the M68KIT912DG128A. It comes...
47
Kaitalo, Juuso (FI06)
Juuso.Kaitalo@...
May 9, 2002 9:57 am
Hi! I had the same problem with Metrowerks IDE. If you can select MCU type MC68HC912DT128A, use it! Here is a quote of a reply to my service-request from...
48
jhackett
jhackett@...
May 9, 2002 9:39 pm
I am not sure how many of us survived the yahoo change, or who went where. I have not seen but one add from yahoo since the change. For those of you that where...
... Even simplier. Configure Yahoo to not send them. Select to send text only. Then all you get is a little tag line with the add. ... Bill Hartmann Lake...
50
Jeff McKnight
jeffmcknight@...
May 10, 2002 2:26 pm
Would anybody have any ideas, suggestions or examples on how to make a 1000 "BIT" FIFO shift register, preferably in C ? I need to shift in a 1 or 0 and then...
51
Kelley, Dale
Dale.Kelley@...
May 10, 2002 2:56 pm
if you don't use the data, why not count it as you get it? ... From: Jeff McKnight [mailto:jeffmcknight@...] Sent: Friday, May 10, 2002 10:27...
52
Berends, Keith
kberends@...
May 10, 2002 3:18 pm
Jeff, I haven't thought this through completely, but it seems doable. It seems like you could make your array as described below -- I will go with 16 bits ...
53
Ritter, Alan
alan_ritter@...
May 10, 2002 3:47 pm
I can easily implement it in assembly language, where I have access to the carry bit, but doing it in 'c' would be a whole lot less efficient. Keeping a count...
54
Sergio Domínguez J.
sdominguez@...
May 10, 2002 4:19 pm
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hello Jeff: You can use a 125 bytes array, and an int to keep the current BIT...
55
Sergio DomÃnguez J.
sdominguez@...
May 10, 2002 4:26 pm
*This message was transferred with a trial version of CommuniGate(tm) Pro* Jeff: I forgot to say something in my last mail. The idea is not to shift the bits,...
56
Shayne C. Rich
shayne@...
May 10, 2002 4:34 pm
Hi, My application is using two interrupts, the SWI and the OC7. My code executes for just a fraction of a second before it aborts. In the D-Bug12 window it...