HI EVERYONE, I am prototyping a Rabbit 2000 system which uses external I/O that is accessed by a custom address decoder and the data bus. The I/O read/write...
... The 2000 does not use any ports for the address/data bus. The 3000 uses B2-7 for address and can use port A for. ... today's fortune Electrocution, n.: ...
Is there any way to produce rellocatable code with Dynamic C? if not, then how about softools? I've heard that it is ANSI compliant. Regards, Tausif....
... Not really, it does not optimize well enough. The Rabbit does not do relocatable code well as it only has a +/- 128 byte relative jump. I have not seen DC...
On Mon, 03 Oct 2005 02:13:20 -0400, Scott Henion <shenion@...> ... Yes. I am trying to write a custom flash routine....
Tausif
tausif@...
Oct 3, 2005 7:47 am
29704
Ok, well, I thought I was pretty much done with the Rabbit for my project for school. But come to find out, we met with the company we are doing our project...
On Mon, 03 Oct 2005 08:38:36 -0000, james_r_hebert ... rabbit boards typically have atleast 256k flash and 128k ram. Looking at the tasks that you want to...
Tausif
tausif@...
Oct 3, 2005 8:57 am
29706
Thank you for the suggestions. I will take a look at these. What is the difference between volatile and non-volatile storage? How much data woud I be able to...
Hey Norm, ... It's not clear to me if Phil wants a cheap/free compiler, or the source code to a compiler. Is Rabbit/DIGI willing to provide or license source...
Volatile means that you will lose the memory contents when power is removed from the RCM. If you are logging data I would assume you would not want this to...
On Mon, 03 Oct 2005 16:40:10 -0000, james_r_hebert ... Nathan answered this question. ... Well. You cant really find an exact figure of how much data can be...
Tausif
tausif@...
Oct 4, 2005 4:02 am
29711
... What about softools? Or are they stuck due to some agreement with zworld?...
Tausif
tausif@...
Oct 4, 2005 4:16 am
29712
Just started to get runtime error in IDE Xmem allocation failed (out of memory) address 35:e41a. Not seen this error before looking in the listing does not...
... Xmem is not allocated for a socket until it is opened. You must make sure that you leave enough xmem available for the sockets to open. Also, you must make...
I am unable to send an email via SMTP when I attempt to configure the TCP/IP settings in the program. //Defaults //charStaticIP = 192.168.0.200 //charNetMask =...
Error = out of SRAM during runtime Cause = probably to much buffers allocated for network Not related to the stack. If you really want to find check your .map...
Thanks for the quick feedback I will have a check on my socket allocation, and a look at the map file. ... causing ... the ... common. ... (out ... to ... ...
... You're on different subnets. You sure your subnet mask is supposed to be 255.255.255.0 and not 255.255.0.0 or 255.255.240.0? What is the SMTP server IP...
I will try changing the subnet. However it works fine using tcpconfig 1. With the subnet being the same. It also works without a gateway which I found to be...
... Don't know the internals, but without a gateway the stack may just ship everything out the default interface (causing it to just work.) If you've got...
Hello All, Would any of our Gurus please be so kind as to confirm the fact that the TCP stack must/should only be called from a single task when using UCOS...
Thanks, I need to look into the libraries. I am using an external mailserver so I need the gateway. I must be missing something somewhere. Just one of those...
... using ... There used to be a limitation of one socket per uC/OS-II task many Dynamic C versions ago, but no more. But Z-World\Rabbit never relased a DC...