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"...
... 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...
... 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@...
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..., ...
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...
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...
... 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",...
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...
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...
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...
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...
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...
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...
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...
... 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...
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,...
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...
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...
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...
... 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. ...
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...
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...