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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 20676 - 20705 of 39540   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20676
Hi, I made a small application using RCM3200 development board and Dynamic C 7.33 (I know it's old, but my company seem not to purchase the 8.0). I connected...
Marco
doumor2000
Offline Send Email
May 1, 2004
8:44 am
20677
Thanks. I have not had a chance yet to try any of the suggestions. I ran into another problem and trying to figure that one out (will probaby post it)....
walter woodrow
oopicwow
Offline Send Email
May 1, 2004
4:30 pm
20678
I have a string buffer that is 256 in size and it rolls over. when it comes to the end of that string, it just goes to the begining of it. Anyway, is there...
walter woodrow
oopicwow
Offline Send Email
May 1, 2004
4:56 pm
20679
Hi, Usually the famous "Timeout while debugging" message is due to a bug in your code. Doble check all your lines (fortunatelly you said that the application...
csantmail
Offline Send Email
May 1, 2004
5:21 pm
20680
Thanks for your input Lance! If you find out anything keep me posted! Regards, Michael ... from these ... DLL that ... access ... I am a ... interface ... talk...
mhofmeister@...
mhofmeister
Offline Send Email
May 2, 2004
12:06 am
20681
I made a very basic program to test how fast I can handle interrupts, by simply using a counter chip to act as a clock. I feed 4.096 Mhz into the counter that...
johnny_castelino
johnny_caste...
Offline Send Email
May 2, 2004
3:22 am
20682
Roman, Yeah, I have a 4.096 Mhz clock fed into an 8 bit counter that does the frequency division, to give me a good 8 khz for the FST/FSR signals. I have the...
johnny_castelino
johnny_caste...
Offline Send Email
May 2, 2004
3:42 am
20683
Why does it read 50 bits? Aren't you transferring only 8 bits every time FS triggers the interrupt? Also, why do you need a second interrupt to send the data...
Roman Volf
volfman
Offline Send Email
May 2, 2004
4:38 am
20684
I need to run multiple devices off one SPI bus; ADC, DAC, E2Prom, SF1000, CAN device, etc. I currently have the ADC working fine, using SPIRead() in SPI.lib. ...
Amanda
alwynne57
Offline Send Email
May 2, 2004
4:43 am
20685
#define & #undef are compiler options. You cant make changes to your runtime executable. If you want to change the mode: WrPortI (SPI_ER, &SPI_ShER, 0x10);...
xgraph1
Offline Send Email
May 2, 2004
7:56 am
20686
I have an application with a 69usec interrupt working fine. The interrupt routine is written in assembly and takes worst-case about 25usec. If you use more...
xgraph1
Offline Send Email
May 2, 2004
8:16 am
20687
I assume that you are trying to parse an incoming data stream. If the buffer is being added to in interrupt then it could get more complex because things will...
Ken Shail
kenshail2003
Offline Send Email
May 2, 2004
9:36 am
20688
I had it abritraily read 50 bits (array) for the following reason. Currently,I have the CODEC read when FS goes high, and it stops reading when FS goes low....
johnny_castelino
johnny_caste...
Offline Send Email
May 2, 2004
9:39 am
20689
I've looked just about everywhere, the official rabbit forum and the manuals as well. I have the RCM3200 Dev Kit/Board and I have two RCM3200 Core Modules. I'm...
johnny_castelino
johnny_caste...
Offline Send Email
May 2, 2004
9:55 am
20690
I managed to solve this problem. The problem was, the DC power supply I was using was not supplying enough current for both boards. Just enough for one,...
johnny_castelino
johnny_caste...
Offline Send Email
May 2, 2004
5:40 pm
20691
Has anybody controlled the ST200(www.tecel.com/st200) stepper motor driver board from Tecel? I would like to get some tips on controlling it with the Rabbit 2....
andyj3004
Offline Send Email
May 2, 2004
8:39 pm
20692
When compiling to ram, does DC8.51 always compile the bios? I thought the bios was only compiled every time, if you were compiling to flash? or at least thats...
Matt Linder
linder2010
Offline Send Email
May 2, 2004
10:23 pm
20693
... supply ... But ... the ... Modules. ... Master ... Core ... module ... solutions ... because ... that ... themselves. ... this, ... is ... into the ... ...
tasha_go2000
Offline Send Email
May 2, 2004
11:52 pm
20694
Hello, Just tried to use stdio redirection to print some debug data to port A and noticed that message like the following always printed: ARP: router_add...
Yuri Ostry
velund2000
Offline Send Email
May 3, 2004
1:02 am
20695
Hi All Serial port D is used to send and receive data in interrupt mode. Serial port int is initialized using following routines: void init_interrupt() { ...
naresh
naresh8051
Offline Send Email
May 3, 2004
8:27 am
20696 Tiago
tiago_sensis
Offline Send Email
May 3, 2004
10:26 am
20697
Hi, I've got a RCM2200 waiting for TCP connection: when the socket is estabilished, how can I know the IP address of the calling host? Thanks for answers, Aldo...
bradi_71
Offline Send Email
May 3, 2004
10:29 am
20698
... Just out of curiousity, why are you replacing the interrupt routines that come with DC? Look in RS232.LIB. Basically, the standard setup uses interrupt...
Mike van Meeteren
cirusrabbit
Offline Send Email
May 3, 2004
11:21 am
20699
Hi there ! Iīm trying to do a simple serial communication between RCM 3200 and PIC 16F874. The rabbitīs side is ok, but the picīs side is not. Is there sbdy...
Erick Rodrigues de So...
ericksousa
Offline Send Email
May 3, 2004
11:30 am
20700
Do you have the same ground refference in both systems? ... From: Erick Rodrigues de Sousa To: 'rabbit-semi@yahoogroups.com' Sent: Monday, May 03, 2004 1:32 PM...
miguel cid
mcidor
Offline Send Email
May 3, 2004
11:34 am
20701
Dear owner of user group, think that's correct when a guy send many times a virus to user group is better remove this guy. Just a ideia, thanks, Rafa....
rafaelxprado
Offline Send Email
May 3, 2004
11:46 am
20702
Do you have the same ground refference in both systems? A: Yes. Actually, Iīm trying to do a simple port to port serial communication (RCM3200 (Serial port C)...
Erick Rodrigues de So...
ericksousa
Offline Send Email
May 3, 2004
1:16 pm
20703
HI all, I need a 1500 bytes buffer. I donīt want to store it in root because I will run out of memory quickly. Is there a way to allocate such buffer in...
Alejandro Islas
el_islas
Offline Send Email
May 3, 2004
1:48 pm
20704
Try getpeername() in bsdname.lib...
icc_thewoodlands
icc_thewoodl...
Offline Send Email
May 3, 2004
2:32 pm
20705
Use xalloc() to allocate a RAM buffer. ... root because I will run out of memory quickly. Is there a way to allocate such buffer in xmem?? I know I can use...
icc_thewoodlands
icc_thewoodl...
Offline Send Email
May 3, 2004
2:32 pm
Messages 20676 - 20705 of 39540   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