Hello, I am using RCM2200 target (256 K flash). My code size is approximately 2,25,000 bytes. Now. if I increase my code size then the compiler gives the...
... Is that 225,000? ... To use more than 256k on a RCM2250, you will need to edit rabbitbios.c and uncomment the USE_2NDFLASH_CODE line as described below: ...
Hello, I have no solution for you, because I have same problems. I moved from DC8.01 to 9.10 and dialup with PPP libs seem to work, but I cannot open a TCP...
... If you have several bitmaps to create, it is possible to ease the creation of the "logos", pictures and characters using Microsoft Excel. I know this is a...
Hi, as in the subject, does anybody know where I can find a library for EagleCad, which includes the rcm3700 core ? (not just the processor) thanks since now,...
Hi, I'd like to connect a R3000 based data logger to a server via GPRS. Ideally the server would connect to the R3000 when it wanted to download data....
I have an application which listens and accepts connections on 4 ports. (rcm3200) Lately, I've had problems with one of the pc's connected to the above,...
Keepalives might work, but I know there were issues with certain previous versions of DC with them not working. Plus, I think they have a rather long timeout...
An easier way of doing this would be to use a dynamic DNS solution. A company in Canada called Dynip (www.dynip.com) provides dynamic DNS functionality. What...
And if you use your Registrar's redirection setup you can have a standard www.thisismySBC.com pointing to the www.mywebserver.dynip.com address, which...
I would like to use Serial Port C on a RabbitCore RCM2300. I have connected a Sipex SP233A line driver/receiver. The problem I am having is that the transmit...
... Do you have any available outputs that you could hook to an enable input on the Sipex line driver? That way, you could wait until you've configured serial...
... The default startup state for PC2 is high, so you need to look in the BIOS to see where PCDR is set low (and yes, it does happen there). Change that to...
Tim, The only ouput I have left is PC0, and I wanted to save that for future use (either as an output or if I need serial port D). Actually, the Sipex chip...
Lynn, I thought I did that already, but it didn't solve the problem. I guess I will study the BIOS more closely, there must be another statement(s) I missed. ...
Dear friends, have a problem to add in module RCM2200 the keyboard PS2 function. My keyboard are connected on pin PE0 (keyclock) and PB0 (keydata). Anybody...
Dear friends, have a problem to add in module RCM2200 the keyboard PS2 function. My keyboard are connected on pin PE0 (keyclock) and PB0 (keydata) implemented...
My project consists of a msater and 3 slaves residing in a chassis and connected via RS485 across a backplane. The master uses serial port B and the slaves use...
Lynn, I set PC2 high as soon as possible in the BIOS code, and removed or changed the code that would set it low. My oscilloscope still shows a 0.2 ms delay...
256 Kbytes - 225000 bytes = 37144 bytes, of which (by default) 32768 bytes is reserved for the ID/User blocks at the top of flash. That leaves at most (by...
Look through archives, Rafaelo - this was discussed already, and look in Files section of the board - there should be file called "ps2k.zip" posted about a...
... and ... B ... the ... DLM.) I ... CF. ... to ... If your slaves run code from RAM, this will be MUCH easier than emulating the RFU - I can sketch you the...
... <jkstewart@b...> ... chassis ... port ... master ... can ... has ... want ... code ... Cancel that, actually it will be MUCH easier if only you use the ...
Hello, Guide me USB interface to Pen drive or flash drive using Rabbit. Do we require USB host controller to communicate with Pen drive or else USB peripheral...
If you want to write to a USB flash drive from the Rabbit, you will need a USB host controller. You could try one of the Cypress USB host controllers...
Using the Cypress 811HS hardware with the rabbit is simple. The software is a little challenging but it can be done. I am using the device in slave mode so...
... Here are some random thoughts that might trigger an idea on your end. CLONE.LIB bootstraps the slave processor at 2400 baud. If you started sending over...