I used to be able to right-click in the middle of the RFU window and get a pop-up of the most recent file uploads. Now I get error message: "List index out of...
That was it. Thanks Scott. ... That was it. Thanks Scott. From: Scott Henion <shenion@...> To: rabbit-semi@yahoogroups.com Sent: Wednesday, February...
Hello Is it possible to implement a SLIP interface using a Rabbit processor. I have an embedded project that I used to connect through to, using windows xp...
You'll probably have to implement it yourself, possibly by porting some existing code to the Rabbit. Take a look at the PPP driver as an example of a...
Hi there, We are developing a device using RCM5750 and need to set up the ethernet port OFF the module. The module we have doesn't have ethernet built onto it...
Try reading the datasheet for the RJ45 with integrated magnetics, and then see if you can find a matching schematic for a discrete magnetics package through...
Hello! We've got a rabbit 3720 together with prototyping board. We're using it to create counter of people walking into/out of the room for a school project....
I am not familiar with your board but the specs show that it has outputs that support PWM so have look in the samples for the RCM3000 as there is a file called...
Assuming you want to dim the LEDs, pwm is the way to do it. The two LEDs that are under user control, DS1/DS2, are already wired to PF6/PF7 (PWM2/PWM3). The...
I have completed some Ethernet/RS232 development work and have some items for for sale if anyone is interested; RCM5700 PN 20-101-1235 ($20) Minicore RCM5700...
Hello everyone, Can anyone help me in solving out the error in Dynamic C for Rabbit 5700? I tried to use the array variable in a structure. And it is not...
Hi Use strcpy ( student.name, "xxxx" ); Have fun From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com] On Behalf Of swathi835 Sent: Tuesday,...
Your statement is assigning a pointer to an array. Try changing the declaration of name to: char *name; ... Your statement is assigning a pointer to an array....
Hello guys  Does anybody knows the schematic, in order to programming a RCM6000 mini core using a COM port ? I try to decode it from the rabbit interface...
Hi, I´m making a device that need record audio ( 3 a 5 mins ) to play this locally to an audio input amplifier. Can you orient me over the form to record and...
Hi, I am planning to buy the Rabbit module. I mailed you regarding this to your email id provided. Can you send me the details that I wanted about the price...
Hello all, I am computing the run time for a function in my program in Dynamic C using two ways: 1) Calculating the run time for that function using the...
41409
henry.huynh@...
Feb 15, 2012 5:22 pm
Hello, I am using RCM3750 for SPI connection testing. Using: PB0 for CLK, PD4 for MOSI, PD5 for MISO andPB7 to CS. Here is my code: #define SPI_MASTER ...
41410
ontwerp@...
Feb 15, 2012 5:23 pm
I have recently updated my Dyn C from 9.25 to 9.62. After that my code won't compile anymore. I get this error: "line 124 : ERROR SERLIB.LIB : Internal...
... I don't see any code or defines to set up the CS line. We would need more than "it did not work". Do you get a clock? does it return any data? Code locks...
41412
Huynh, Henry
henry.huynh@...
Feb 15, 2012 6:15 pm
Hi, I monitor the MOSI and did not see any thing?, how to define the CS line? Thanks ________________________________ From: rabbit-semi@yahoogroups.com...
I think Digi has a patch for 9.62 that you may need to install after upgrading. AFAIK, it isn't included in the 9.62 installer. Try that first, and if you...
41414
ontwerp@...
Feb 16, 2012 7:22 am
I copied the path but it didn’t fixed it. When I copy the code to the place where the function is called, my code compiles with no problem. From: Tom Collins...
41415
henry.huynh@...
Feb 18, 2012 6:15 pm
I am using SPIWrite() from SPI.LIB and just wonder if it sends MSBit first or LSBit first? Please help. If you have any function to send MSBit first, I...
... The rabbit 3K does not have a way to sen MSB first, it is done via software. The lib functions will reverse the bytes unless SPI_NOREV is defined before...