Search the web
Sign In
New User? Sign Up
rabbit-semi · Group for Rabbit C-programmable micros
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 22157 - 22187 of 39540   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22157
Hi everybody!! Im using DC8.51 and suddenly im unable to compile my program. I made some minor bugfixes and now it gives me a "out of variable data space"...
donbentzon
Offline Send Email
Jul 1, 2004
2:07 pm
22158
... That means you variables grew below DATAORG. The data size is invalid (it is a 32-bit value that wrapped negative.) Look at the BASE of Root Data and...
Scott Henion
shdesigns2003
Offline Send Email
Jul 1, 2004
2:24 pm
22159
... The compiler has ran out of root data (the RAM-part of the lower 64K), where global variables (and other variables that are in root for whatever reason)...
Maurits van de Kamp
mvk@...
Send Email
Jul 1, 2004
2:26 pm
22160
Try to enable separate instruction and data space. may help Make sure your network define are correct. May depends on the ETH_MAXBUFS, UDP_BUF_SIZE or TCP..., ...
fmorinoerlikon
Offline Send Email
Jul 1, 2004
2:34 pm
22161
All I seem to post on here is questions, not answers... Well, I hope you guys can help me with this one. Anybody have a wifi kit with the lcd/keypad? I can get...
Eddy Choi
eddy_reactio...
Offline Send Email
Jul 1, 2004
8:42 pm
22162
Just FYI...In the DC7.33 distro I came across a nasty little recursion bug. In ARP.LIB:arpcache_load (around line 983 in my version), you'll see the code: if...
Dave Moore
questdavemoore
Offline Send Email
Jul 1, 2004
9:08 pm
22163
... It's probably wise to clear out the high byte before returning, but I do think the compiler does this anyway upon returning from a function of type "char",...
Robert Richter
robertbrichter
Offline Send Email
Jul 1, 2004
9:23 pm
22164
I use an RCM3700 on a prototyping board. In short, I have trouble using the serCgetc() function. I have no problems transfering chars from the C port using...
H€ ¢Ã¥vard V€ ¢Ã¥gst€...
hjv_mc
Offline Send Email
Jul 2, 2004
10:53 am
22165
hi everybody have you try to interface a floppy disk to Rabbit? if yes, please could you tell me how to start the hardware and the software to get this...
mohammed rashwan
powerandcnc
Offline Send Email
Jul 2, 2004
12:05 pm
22166
The best place to look for these kinds of problems is often the schematic for the prototyping board. In this case, U4 (the RS232 transceiver chip) shows pin 5...
Matt Pobursky
mgp060
Online Now Send Email
Jul 2, 2004
1:56 pm
22167
Hi! I want to build a Rabbit server with ethernet and uCOS. I am reading the docs for the Rabbit but I am not sure if the following can be done: Is it possible...
anguel_stankov
Offline Send Email
Jul 2, 2004
2:32 pm
22168
Hi All, I have an http page that gets served from my rabbit. For some reason only about 50% of the images on the page are found. Which 50% changes each time I...
modoriuk
Offline Send Email
Jul 2, 2004
3:16 pm
22169
Check that you have enought buffers. The following settings used to work for me on DC7.25 #define MAX_SERVERS 1 #define MAX_TCP_SOCKET_BUFFERS 10 ...
George Georgiev
ggeorgiev2004
Offline Send Email
Jul 2, 2004
3:45 pm
22170
Could you use WrPortI(PEB1R,NULL,0xFF) ? or do you have to use the bit you are changing? ... From: Guilherme Carneiro <guilhermecarneiro@...> Date:...
Joe Ross
jadtechjoe
Offline Send Email
Jul 2, 2004
6:02 pm
22171
Joe If you use WrPortI(PEB1R,NULL,0xFF), only the port PE1 will be set by this command. PE0 and PE2-PE7 will not change their previous values. Guilherme...
Guilherme Carneiro
guilhermecar...
Offline Send Email
Jul 2, 2004
6:16 pm
22172
Hi I am compiling code to run on a custom board, which is based around the Rabbit "TCP/IP development board" with board type 0x0301 (RTDK). I have Dynamic C...
John Grogan
thegroge
Offline Send Email
Jul 2, 2004
9:18 pm
22173
... Compile secondary program creates a binary image that can be placed on the second flash from a program running in the first flash, but DC does not support...
Robert Richter
robertbrichter
Offline Send Email
Jul 2, 2004
9:49 pm
22174
I wanted to use the Keypad/LCD (101-0541) for my RCM3110 but could not find datasheet anywhere to make my PCB. Thanks, Ahmad...
aalsaleem
Offline Send Email
Jul 2, 2004
10:55 pm
22175
Hi, I want to save several files in the 2nd flash. I used the next statement to setup the fs2: rc = fs_setup(fs_get_flash_lx(), LS_SHIFT, 0, NULL,...
proyectopremax
Offline Send Email
Jul 2, 2004
11:30 pm
22176
I have never used FS on Rabbit, but I suppose a file of 100 bytes would still use full sector size in the flash. ... From: proyectopremax...
George Georgiev
ggeorgiev2004
Offline Send Email
Jul 2, 2004
11:38 pm
22177
Anyone up for this? The plan: Take Dolby Digital DTS over 10/100 ethernet on static IP and safely back again. (and not make it like a trip to Mars and back,...
lmsele
Offline Send Email
Jul 3, 2004
2:15 pm
22178
lmsele <lmsele@...> wrote: What is the end purpose of doing this? We are designing a speaker system to run off ther ethernet right now. It would be...
michael krehely
makrehely
Offline Send Email
Jul 3, 2004
9:03 pm
22179
Hi, all. I'm having an issue with a RCM3400 not allowing me to modify bits in PortB when PORTA_AUX_IO is defined. if it's not defined, I can see the bits...
soter_technologies
soter_techno...
Offline Send Email
Jul 3, 2004
9:15 pm
22180
... When PORTA_AUX_IO is defined port B bits 2-7 becomes the lower 6 I/O address lines. I believe the lower 2 bits can be used for bit I/O. <Scott>...
Scott Henion
shdesigns2003
Offline Send Email
Jul 3, 2004
9:22 pm
22181
I would suggest running a time index marker at the data acquisition end, and transmit the time index with the data. When the data is received, use the time...
Jim Ashby
jimcashby
Offline Send Email
Jul 3, 2004
10:00 pm
22182
I hope to learn a bit from the group about the sustained bit rate for a R3000 based product. DTS bit stream is 384 kb/s. I would like to hear from the group...
lmsele
Offline Send Email
Jul 4, 2004
1:04 am
22183
... It is hard to maintain that rate even on an RCM3200. I get 380k UDP transmit on an RCM3200 running in fast RAM and compiled using the Softools compiler. ...
Scott Henion
shdesigns2003
Offline Send Email
Jul 4, 2004
1:21 am
22184
Hi!! Thanks alot for all your help - i changed the dataorg to make more variable space and it solved the problem :-)...
donbentzon
Offline Send Email
Jul 5, 2004
10:00 am
22185
Hi I am in early stages of using RCM3010 on the development board. I want to drive my external logic with the output of one part of Timer-A and figured the...
japrenticeuk
Offline Send Email
Jul 5, 2004
2:15 pm
22187
Thank you George. Yes I know, The LS_SHIFT value is 9, ie 512 bytes of logical sector, but the fs_get_lx_size(fs_get_flash_lx(), 0, 0) doesn't work!! The...
proyectopremax
Offline Send Email
Jul 5, 2004
3:25 pm
Messages 22157 - 22187 of 39540   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help