EmbeddedRelated.com

RCM3700 No Rabbit Processor detected

Started by John Groenland in Rabbit-Semi20 years ago 4 replies

I worked with a RMC3700 for a few weeks without any problem. Then I worked on another PIC project for a week. Now I get the message "No Rabbit...

I worked with a RMC3700 for a few weeks without any problem. Then I worked on another PIC project for a week. Now I get the message "No Rabbit Processor detected". During that week I loaded some new software (PIC compiler) on my PC. I don't think that is the problem though because I can connect and program a RCM2000. There I use another cable and another board but it works so it is probably not my...


using telnet with a Rabbit

Started by Kevin Franzen in Rabbit-Semi15 years ago 5 replies

I want to telnet from my PC at address 10.0.101.1 to a Rabbit RCM3700 at address 192.168.1.50. I have tried hooking both devices to a hub...

I want to telnet from my PC at address 10.0.101.1 to a Rabbit RCM3700 at address 192.168.1.50. I have tried hooking both devices to a hub but I still cannot get telnet to connect. Is it possible to do this? When both devices are on the same subnet telnet will connect.


Powertip LCD interface with RCM3700

Started by c_h_4 in Rabbit-Semi17 years ago 6 replies

Hi guys, i'm kinda new for these stuff so don't mind the stupid questions plz :). i have the Powertip 1602-h LCD and i want to interface it...

Hi guys, i'm kinda new for these stuff so don't mind the stupid questions plz :). i have the Powertip 1602-h LCD and i want to interface it with my RCM 3700. there is a driver in the Rabbit semi. forums, i tried it and it didnt work, maybe because it is for the RCM 2300 core. i also checked the "Character LCD Driver Question" post and it didn't help me much with my problem. now my question...


IrDA-USB adapter with demo board

Started by jpenabanquinet in Rabbit-Semi19 years ago 1 reply

Hello all. I'm using a demo board with RCM3700 to test IrDA communications. My PC runs WinXP SP1 with no IrDA port. Because of that I...

Hello all. I'm using a demo board with RCM3700 to test IrDA communications. My PC runs WinXP SP1 with no IrDA port. Because of that I bought an IrDA to USB adapter. I wrote a simple C program in DC 8.20 that sends an ASCII message through Serial Port F connected to the IrDA trasciver in the demo board. What I need to know is if that mes


RCM3750 Module

Started by sudarshan_gv in Rabbit-Semi13 years ago

Hi, I use dynamic c 9.62 version for programming my rcm3700 series modules. When i try to compile i get these following errors. line 1 :...

Hi, I use dynamic c 9.62 version for programming my rcm3700 series modules. When i try to compile i get these following errors. line 1 : ERROR Rabbitbios.c : Must define at least one #xcodorg origin directive. line 1 : ERROR Rabbitbios.c : Must define at least one #rvarorg origin directive. line 21 : ERROR Rabbitbios.c : 'SYSCONFIG.LIB' cannot be found. line 22 : ERROR...


RCM3700

Started by "S S...@gmail.com [rabbit-semi]" in Rabbit-Semi8 years ago 4 replies

Hi guys, I'm have problem with RC3700. I use RC3700 and development board with DC9.25. I use ADC and serial flash together but ADC not...

Hi guys, I'm have problem with RC3700. I use RC3700 and development board with DC9.25. I use ADC and serial flash together but ADC not work. If serial flash disable, ADC run normally. After i'm check, PB0 use together for ADC on development board and serial flash on RC3700 for CLK. Can you give me pointer what i'm must doing ? Or maybe you have sample program like i'm doing ? Thank you v...


Serial Flash to eliminate Out of xmem code space, use a larger ROM/RAM

Started by aintnoprobs in Rabbit-Semi20 years ago 5 replies

Hi experts, The problem of running out of xmem is still haunting me. However I have learnt heaps on DC's memory management based on the ...

Hi experts, The problem of running out of xmem is still haunting me. However I have learnt heaps on DC's memory management based on the previous thread 21888, subject "Out of variable data space & Out of xmem code space, use a larger ROM/RAM" I have used enabled I&D, use DC 8.3 on a RCM3700 I use the line #memmap xme


getting error for serial flash RCM3700

Started by davariswati in Rabbit-Semi17 years ago 4 replies

hello, Iam getting following error when I complie the program with RCM 3700 as Target. ERROR DKENTRY.LIB : Out of root code space, try...

hello, Iam getting following error when I complie the program with RCM 3700 as Target. ERROR DKENTRY.LIB : Out of root code space, try moving code to XMEM. when i removed some of CGIs 1st error is not occuring but following 2 errors are occuring, ERROR SFLASH.LIB : Undefined (but used) global label sf_blocksize ERROR SFLASH.LIB : Undefined (but used) global label sf_dev Is any se...


Out of constant data space

Started by aintnoprobs in Rabbit-Semi19 years ago 6 replies

Hi all, I use a RCM3700 with 512K flash and 512K SRAM. While adding lines to the following function I got this error. "Out of...

Hi all, I use a RCM3700 with 512K flash and 512K SRAM. While adding lines to the following function I got this error. "Out of constant data space" const HttpSpec http_flashspec[] = { { HTTPSPEC_FILE, "/",index_html,NULL, 0, NULL, NULL}, { HTTPSPEC_FILE, "/index.html",index_html,NULL, 0, NULL, N


LED TCP/IP OFF

Started by "S S...@gmail.com [rabbit-semi]" in Rabbit-Semi8 years ago 1 reply

Dear All, I'm use RCM3700 dan DC9.62. I'm ping system and replay, result pd_havelink() = 1. If connector tcp/ip pull out, result = 0. I have...

Dear All, I'm use RCM3700 dan DC9.62. I'm ping system and replay, result pd_havelink() = 1. If connector tcp/ip pull out, result = 0. I have digital input and use opto for isolation. Digital input connect to contact of contactor. If contactor on and off repeated, led tcp/ip off and ping RTO. In monitor pd_havelink(), result = 1. If connector tcp/ip pull out, result still = 1. Can anyone...


Upload program over ethernet

Started by Omar in Rabbit-Semi16 years ago 8 replies

Hello, I have see that there is a program from SHDesigns for upload program over ethernet for rabbit RCM3700. I download the demo program, but...

Hello, I have see that there is a program from SHDesigns for upload program over ethernet for rabbit RCM3700. I download the demo program, but need upload the st-demo.bin with Flashit program. I try upload st-demo.bin with Rabbit Field Utility and do not work. Is there a link for download a demo or trial version of for upload the program Flashit (or another) and then test the uploader ...