EmbeddedRelated.com
The 2024 Embedded Online Conference

Error While Debugging

Started by rutvi_ce in Rabbit-Semi13 years ago 7 replies

Hi I am trying to test my application. But I am getting the following error after the compilation while debugging "Timeout while waiting...

Hi I am trying to test my application. But I am getting the following error after the compilation while debugging "Timeout while waiting for response from target" Can anyone please let me know why I am getting this error? and what do I need to do to resolve this issue? Thanks & Regards, Rutvi ------------------------------------


Counting pulses from external interrupts(falling edge mode) .

Started by FINETECH in Rabbit-Semi13 years ago 10 replies

/* #Microprocessor: RCM2020 with XTAL: 9.216Mhz #Purpose: Counting pulses from external interrupts(falling edge mode). #Problem: ...

/* #Microprocessor: RCM2020 with XTAL: 9.216Mhz #Purpose: Counting pulses from external interrupts(falling edge mode). #Problem: How to lock the data in "count" variable, I want the data changes only occur when there is change in pulse from high to low (falling edge), so that the resulting data sequence, not random, such as: 0,1,2,3,4,5,... This program produces output as follo...


pk22xx-Question

Started by Heru Setiawan in Rabbit-Semi13 years ago 3 replies

Hi All i found at pk22xx have several memory: 1. EPROM (up to 512K) or flash EPROM (up to 256K) for program and nonvolatile data storage. 2....

Hi All i found at pk22xx have several memory: 1. EPROM (up to 512K) or flash EPROM (up to 256K) for program and nonvolatile data storage. 2. EEPROM (512 byte standard) for storing system information. (use: 24ac04 ). but i confuse with function of EEPROM. it means if i download *.bin file from C Dynamic via rj-12(serial port) or plcbus. where is *.bin stored? at EPROM or EEPROM, of couse ...


Resets caused by watchdog timeout will create and report a hardware reset on this board

Started by seecwriter in Rabbit-Semi13 years ago 1 reply

I am getting the following compiler warning when compiling for an RCM6700: "Resets caused by watchdog timeout will create and report a...

I am getting the following compiler warning when compiling for an RCM6700: "Resets caused by watchdog timeout will create and report a hardware reset on this board." I get this warning because of a conditional compile statement in Rabbit4000\Sys.lib. If _WDTO_ASSERTS_RESET_ is defined it throws this warning. But I have not defined _WDTO_ASSERTS_RESET_, so somewhere DC has deci


ad hoc creation for RCM 5400W

Started by Ajay in Rabbit-Semi13 years ago 1 reply

Hi all I am working on RCM 5400W...i just wrote a sample program to turn on al led connected to 5400 and it ran successfully. Now i would...

Hi all I am working on RCM 5400W...i just wrote a sample program to turn on al led connected to 5400 and it ran successfully. Now i would like to implement wirelessly using the wifi given...i have tried the examples but i was unable to understand the...can any one help me out in this regard. Regards Ajay ------------------------------------


How to dynamic IP,NTEMASK,GATEWAY change on the RCM5600W

Started by kara_liao in Rabbit-Semi13 years ago 3 replies

Hi, Can anyone provide me any suggestion or sample program ? I would like dynamic to change the IP,NTEMASK,GATEWAY settings from the WEB page,...

Hi, Can anyone provide me any suggestion or sample program ? I would like dynamic to change the IP,NTEMASK,GATEWAY settings from the WEB page, here are the TCPCONFIG setting as below, #define TCPCONFIG 1 #define _PRIMARY_STATIC_IP "10.10.6.100" #define _PRIMARY_NETMASK "255.255.255.0" #define MY_GATEWAY "10.10.6.1" #define MY_NAMESERVER ...


WARNING Rabbitbios.c: Origin xmemcod2 collides with origin watcode

Started by seecwriter in Rabbit-Semi13 years ago 3 replies

I tried compiling my application, which normally runs on an RCM3000, on an RCM3209, and I get the following compiler error. WARNING...

I tried compiling my application, which normally runs on an RCM3000, on an RCM3209, and I get the following compiler error. WARNING Rabbitbios.c: Origin xmemcod2 collides with origin watcode starting at physical address 0x8d000. In Rabbitbioc.c, the only place that xmemcod2 and watcode are used is in the following defines: #ifdef USE_2NDFLASH_CODE #xcodorg xmemcod2 (XMEMSEGVAL2) XME...


interfacing rabbit 4000 with camera through I2C interface.

Started by ikra...@gmail.com in Rabbit-Semi13 years ago 2 replies

Hi, I am Raj. I have been trying to find out how to interface my camera with rabbit 4000. MY camera support i2c. I know port D6 and D7 are needed...

Hi, I am Raj. I have been trying to find out how to interface my camera with rabbit 4000. MY camera support i2c. I know port D6 and D7 are needed to be used as SCL and SDA. Also, voltage and ground ports can be connected. I am tring to know which port should be used as data port. I think Port A is ideal but I will appreciate if some one has any suggestions. Also do I need to make any other connec...


Rabbit interface wit camera

Started by shet...@gmail.com in Rabbit-Semi13 years ago 1 reply

Hi Ian, we are using MT9D111 camera.. it has I2C interface and rabbit also ahs that interface... What type of hardware is required to...

Hi Ian, we are using MT9D111 camera.. it has I2C interface and rabbit also ahs that interface... What type of hardware is required to transfer the image from camera to rabbit? .. can't we do it by storing that image into an external flash and then transfer that image from flash to rabbit using clock? .. ------------------------------------


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...


Ask a Question to the EmbeddedRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright


The 2024 Embedded Online Conference