Sign in

username:

password:



Not a member?

Search rabbit-semi



Search tips

Subscribe to rabbit-semi



Ads

Discussion Groups

Discussion Groups | Rabbit-Semi | Timeout while waiting for response from target

This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, but is a user forum for sharing ideas, asking questions, flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.

Timeout while waiting for response from target - oana chenaru - May 29 7:00:06 2008

Hello.
I use a RCM2300. I have an infinite loop in my program that is supposed to read some inputs and put a signal on one output. While i am in programming mode, after around 2 minutes i receive the error "Timeout while waiting for response from target". This wouldn't bother me so much, but when i am in run mode after around 1 minute the program stops working (it doesn't react to my inputs). Does anyone know why?
Thank you very much



(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )


Re: Timeout while waiting for response from target - eilidhs_daddy - May 29 7:58:50 2008

--- In r...@yahoogroups.com, oana chenaru wrote:
>
> ...after around 1 minute the program stops working (it doesn't react
to my inputs). Does anyone know why?
> Thank you very much
>
There are several things it could be, some likely candidates would be
: 1. Simple code control flow error
2. Stack overflow (are you making a recursive call?)
3. Memory leak

Some code snippets from your loop would help.

-Kenny
------------------------------------



(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )

Re: Re: Timeout while waiting for response from target - oana chenaru - May 29 9:11:12 2008

Thank you for your response. The problem was my power supply. I was using 24V. When i powered with 12V, everything worked fine.
----- Original Message ----
From: eilidhs_daddy
To: r...@yahoogroups.com
Sent: Thursday, May 29, 2008 2:58:42 PM
Subject: [rabbit-semi] Re: Timeout while waiting for response from target
--- In rabbit-semi@ yahoogroups. com, oana chenaru wrote:
>
> ...after around 1 minute the program stops working (it doesn't react
to my inputs). Does anyone know why?
> Thank you very much
>

There are several things it could be, some likely candidates would be
: 1. Simple code control flow error
2. Stack overflow (are you making a recursive call?)
3. Memory leak

Some code snippets from your loop would help.

-Kenny



(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )