Search the web
Sign In
New User? Sign Up
rabbit-semi · Group for Rabbit C-programmable micros
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 27563 - 27592 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27563
... a ... but ... listens on. ... to ... 4/29/2005 Hi Scott, Thank you, I am now able to use port 90. I would also like to thank Brian Witt for his information...
tini400
Offline Send Email
May 1, 2005
3:55 pm
27564
Hello! Does anyone have anything about this chip? Current websites of ON Semi and Freescale doesn't even mention it... -- Sincerely, Yuri...
Yuri Ostry
velund2000
Offline Send Email
May 1, 2005
7:40 pm
27565
What chip? JIMA ... -- IDE Solutions, Inc. President, Jim C. Ashby III 5525 Reading Road, Suite 605 Rosenberg, TX 77471 Office: (281) 534-3076 Cell: (832)...
Jima
jimcashby
Offline Send Email
May 1, 2005
8:16 pm
27566
I am using the ppp/ppp_answer.c eg on a RCM3700 It uses the serial port C to communicate with the modem. This is the function that makes it answer to the modem...
aintnoprobs
Offline Send Email
May 2, 2005
2:15 am
27567
It depends on what you mean as "controlling", and type of servos used, and type of your project (commericial vs hobby/educational). If you use Futaba-style...
George Georgiev
ggeorgiev2004
Offline Send Email
May 2, 2005
5:08 am
27568
Just saw this on an odd website called "woot!". They offer closeout hardware for one day only. Today (Monday, May 2), they have a Motorola device that allows...
Tom Collins
tomcollinsaz
Offline Send Email
May 2, 2005
6:32 am
27569
Hi I use this code to dump the flash /* Inspect / Dump at Address Hex Address 80000 Dump to File #Bytes(Dec.) 524288 Select a File Physical Address ...
janus44se
Offline Send Email
May 2, 2005
7:13 am
27570
Thank you George and Scott and Janne. A remarkabley simple solution to a problem that eluded me. ... had ... file.\n"); ... dump from ... compare to the ... ...
tjd_ee
Offline Send Email
May 2, 2005
1:19 pm
27571
I'd like to use the Rabbit3000 with a Flash of 1MB and a SRAM of 512KB. I'd looked for an core module with these size of memories and I think that there aren't...
favolla
Offline Send Email
May 2, 2005
4:07 pm
27572
Hi, The RCM3700 Module have the options you are looking for, check it at http://www.rabbitsemiconductor.com/products/rcm3700/ Regards, Mario ... I'd like to...
Mario Gzz
mgonzalezrdz
Offline Send Email
May 2, 2005
4:11 pm
27573
It's possible to design a schematic with 1MByte program Flash. BUT, DynamicC does not support it. Need more help, contact me directly. Rudi www.x-graph.be the...
xgraph1
Offline Send Email
May 2, 2005
4:51 pm
27574
... I just implemented this into one of my programs. It works fine with it at 290K. I just copied the two functions from FS2 into it's own library, along...
cirusrabbit
Offline Send Email
May 2, 2005
9:29 pm
27575
Just a simple program to read flash: #memmap xmem void main (void) { unsigned char buff[2048]; int i, j, err; unsigned long int ADDR; WrPortI(MB1CR,...
Adrian Mojoatca
adrianmojoatca
Offline Send Email
May 3, 2005
8:06 am
27576
... There was a bug in the use block code that was fixed about version 7.32. It would sometimes cause a WDT on the user block write (or any flash write). Check...
Scott Henion
shdesigns2003
Offline Send Email
May 3, 2005
8:37 am
27577
Dear all, We are trying to generate a 500khz clk using timerA. Can anybody plz help me on this. BYE... __________________________________________________ Do...
chandra shekar
kcthedon10
Offline Send Email
May 3, 2005
10:10 am
27578
... WrPortI(TAT4R,&TAT4RShadow,divisor-1); WrPortI(SACR,&SACRShadow,0xAC); // gen port A clock The counter runs at CLK/4 So for 22.1mhz the exact divisor...
Scott Henion
shdesigns2003
Offline Send Email
May 3, 2005
10:28 am
27579
Does this problem occur only with User Block or also with with Rabbit Flash File system? Because it seems to me, that some my applications have similar...
marek_hluchnik
Offline Send Email
May 3, 2005
11:27 am
27580
Dear scott, Is it possible to generate 500KHZ clk using TimerA_ISR.so that we can parallelly do some other operations. BYE...
kcthedon10
Offline Send Email
May 3, 2005
11:58 am
27581
In my case, I do not use Flash File system... It seems to me that it has nothing to do with flash access. My application writes only once in a while in flash...
Adrian Mojoatca
adrianmojoatca
Offline Send Email
May 3, 2005
12:03 pm
27582
I use GPRS too. Do you use TCP or UDP? And DC8.61 or 9.xx(there is a problem with UDP and PPP)? Do you have the same problem with PPP after 2-3 days of...
marek_hluchnik
Offline Send Email
May 3, 2005
12:27 pm
27583
I just purchased DC 9.21 but when I tested some code it doesn't work like before. In DC 7.33 this prints 3. In DC 9.21 I get 7. It seems that HL points to...
janus44se
Offline Send Email
May 3, 2005
12:33 pm
27584
... Not sure what you are asking, the code I gave will send a continuos clock with no further code. Note: the code I gave uses a serial port (A in the sample.)...
Scott Henion
shdesigns2003
Offline Send Email
May 3, 2005
1:16 pm
27585
try it with static int nRetur;...
mlinder
linder2010
Offline Send Email
May 3, 2005
1:49 pm
27586
I use UDP (but I used TCP also). Yes, there are some problems with PPP connection sometimes. I use DC 8.10. Anyway, the connection problems seem to be caused...
Adrian Mojoatca
adrianmojoatca
Offline Send Email
May 3, 2005
1:57 pm
27587
Hi, I must admit I am getting sick to death of this. The same thing happens with DC8.01 and DC9.10 on my machine. Everytime I go into environment options and...
Robert Horton
mr_horton
Online Now Send Email
May 3, 2005
3:36 pm
27588
... wrote: I have never seen this problem. What kind of utility programs like virus detectors are you running? Are you working on networked drives? Is your...
bmurthazw
Offline Send Email
May 3, 2005
3:51 pm
27589
Hi, Am new to this group!Actually i was working on the Web Server Project as pasrt of my Graduate course.I am using rabbit 3200 for this.Intially when i...
anupama gavirneni
thawnshe
Offline Send Email
May 3, 2005
4:05 pm
27590
... From: "Adrian Mojoatca" <adrianmojoatca@...> To: <rabbit-semi@yahoogroups.com> Sent: Tuesday, May 03, 2005 3:56 PM Subject: Re: [rabbit-semi] Re:...
Tecnowatt - Massimo S...
massimo.sala@...
Send Email
May 3, 2005
5:47 pm
27591
Thanks Why is it like this? Are all variable auto in DC9.21 ? ... work...
janus44se
Offline Send Email
May 3, 2005
6:37 pm
27592
Three choices. First, the RS232 converter is bad; second, the Rabbit processor died; third, the connector finally died. The only one I can help you with is...
Fournier, Pete
pfournier_as...
Offline Send Email
May 3, 2005
6:43 pm
Messages 27563 - 27592 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help