Skip to search.
rabbit-semi · Group for Rabbit C-programmable micros

Group Information

  • Members: 3907
  • Category: Microcontrollers
  • Founded: Oct 3, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 13505 - 13534 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13505 dobermaniukas Offline Send Email May 1, 2003
8:49 am
I don't understand why my global variables in case of a power failure is not preserved????? The core RCM3200 have 512K program execution SRAM and 256K data...
13506 Mike Rauch
MRauch@... Send Email
May 1, 2003
1:39 pm
You can look at using synchronous(clocked) serial, or toggle an output bit yourself. ... From: brian_ho.rm [mailto:brian_ho@...] Sent: Thursday, May...
13507 Whatever U. Want
ccrazed Offline Send Email
May 1, 2003
3:37 pm
Its called a shift register. ... 3 khz....
13508 shdesigns2003 Offline Send Email May 1, 2003
6:00 pm
... failure ... I belive it uses the 512k RAM and does not use the 256k at all. I just got the 3200 dev kit. And the documentation on what goes where is non...
13509 René Lefebvre
renewebdyn Offline Send Email
May 1, 2003
6:25 pm
in debug mode you can watch the value and the address location of any variable just see this address and you know the quadrant of memory .... I believe that...
13510 rljones35 Offline Send Email May 1, 2003
8:15 pm
... when ... http://rocky.digikey.com/scripts/ProductInfo.dll? Site=US&V=395&M=150240-6002-TB Digikey sell them, Here in the UK we can get them from R.S. ...
13511 rebreatherengineer
rebreatheren... Offline Send Email
May 1, 2003
8:58 pm
The trouble with the Digikey parts is they don't have any locating pegs, making it difficult to achieve precise alignment. I recommend Molex: 79109-0216 You...
13512 rebreatherengineer
rebreatheren... Offline Send Email
May 1, 2003
9:00 pm
You can probably do what you want using one of the serial ports in clocked mode, aka SPI. Take a look at spi.lib ... without ... to...
13513 rebreatherengineer
rebreatheren... Offline Send Email
May 1, 2003
9:04 pm
I'm doing this quite happily. If you'd care to explain in a little more detail what the issue is, then perhaps I can help. BTW, the smtp library in V7.33 and...
13514 zbobbogus Offline Send Email May 1, 2003
10:57 pm
Hello All, We have discovered a couple more problems with the PPPLINK library and are working with Rabbit to verify our fixes and to solve the one outstanding...
13515 jadtechjoe Offline Send Email May 2, 2003
12:09 am
When the usage gets up to 100% is DC still responsive, or does it seem to hang? I just ran into the issue today where DC (7.31tse) hangs right after ...
13516 Wallace Zhong
rabbitdesigner Offline Send Email
May 2, 2003
6:27 am
There is another thing a little annoying me. DC(7.33P3) will automatically get focus back onto the 'Cancel' button when it is compiling a program. If I try to...
13517 brian_ho.rm Offline Send Email May 2, 2003
7:30 am
Before looking at the spi.lib in detail, will this work for a very long bit sequence...in the order of 40 bits? Thanks. ... <mojo237@e...> ... <brian_ho@r...> ...
13518 angel_culla Offline Send Email May 2, 2003
8:49 am
Hi guys A very interesting application would be a RabbitLink emulator. I find very useful to debugging, programming, etc... through Internet. A RabbitLink...
13519 PetrodataEngineer
petrodataeng... Offline Send Email
May 2, 2003
9:39 am
I stored battery backedup data in RAM on an RCM2000. It has 512k RAM. 256k RAM was reserved for data storage. To reserve the RAM and stop Dynamic C...
13520 nicholas_rom2003
nicholas_rom... Offline Send Email
May 2, 2003
10:48 am
Hi, My name is Nicholas. I'm struggle to start working on my university project, mini TCP/IP stack using RTL8019AS and C8051F005. I got a developing board from...
13521 Robert Richter
robertbrichter Offline Send Email
May 2, 2003
12:38 pm
What is wrong is you are not using a Rabbit! Are you aware that the Cygnal parts require additional initialization beyong the normal 8051? Specifically, you...
13522 Markus Zingg
markuszingg Offline Send Email
May 2, 2003
12:43 pm
Hi Nicholas I'm either a bit out of the loop, or then you use the RTL8019AS not along with a Rabbit processor. IMHO most people in this group use core modules...
13523 peterlfuller Offline Send Email May 2, 2003
1:05 pm
I'm trying to use keypad7.LIB that came with the development system but I get the following list of errors when I attempt to compile my code using this LIB: ...
13524 nicholas_rom2003
nicholas_rom... Offline Send Email
May 2, 2003
10:20 pm
Hi again, All I need is a sequence that retrieves the RTL chip ID, stored at Page 0: - 0Ah: 8019ID0 - 50h (ASCII code of "P") - 0Bh: 8019ID1 - 70h (ASCII code...
13525 nicholas_rom2003
nicholas_rom... Offline Send Email
May 2, 2003
10:21 pm
Hi again, All I need is a sequence that retrieves the RTL chip ID, stored at Page 0: - 0Ah: 8019ID0 - 50h (ASCII code of "P") - 0Bh: 8019ID1 - 70h (ASCII code...
13526 Tom Collins
tomcollinsaz Offline Send Email
May 2, 2003
10:44 pm
... If you have a copy of Dynamic C, take a look at REALTEK.LIB. If you don't have a copy of Dynamic C, and you're not using a Rabbit Semiconductor...
13527 daveturnbull4663
daveturnbull... Offline Send Email
May 3, 2003
3:30 pm
Peter, Does the compiler know what your target board is ? BL21XX, OP68XX, LP35XX etc or look in LCD122KEY7.lib You will find the definitions in one of these...
13528 ih.ng@...
iassen_h Offline Send Email
May 4, 2003
5:56 pm
When I disconnect the programming cable from the Rabbit my program stops communicating on serial port B. I think it does not send anything. The rest of the...
13529 Matt Pobursky
mgp060 Offline Send Email
May 4, 2003
6:13 pm
You have a ground problem, most likely. When you have the Rabbit board connected to your PC (through the programming cable) it supplies a DC ground connection...
13530 Xavier Desmet
xde143 Offline Send Email
May 5, 2003
9:34 am
Hi there, On our current CPU boards (R2000, 1x512k RAM, 1x512K flash, DC7.05P) we use our own routines to write to flash which work fine. Now I want to use...
13531 hans77041 Offline Send Email May 5, 2003
1:48 pm
Tried the ftp_server.c code and logged in with cuteftp as anonymous and was able to download any file ? According to the description for this example, it...
13532 tgabo2000 Offline Send Email May 5, 2003
1:52 pm
Hello all, Guys I was tring to implement some command to re-start the program when accurs something.... But I could not..... Do you something to help me up... ...
13533 Robert Richter
robertbrichter Offline Send Email
May 5, 2003
3:02 pm
... When a program is run in RAM, by default, it won't write to the flash and gives a compiler warning to this effect "flash writes will be simulated in RAM"....
13534 Mike van Meeteren
cirusrabbit Offline Send Email
May 5, 2003
3:27 pm
... Simplest way would probably be to use a hunk of assembly that disables interrupts, sets the watchdog timeout to as short as it will go, then just sits and...
Messages 13505 - 13534 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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