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.
Time in send time field of e-mail - DC9.21- - Omar - Jul 15 23:23:33 2008
hello
I need send the datetime of e-mail from an RCM3700.
I use this command in DC 9.21
smtp_sendmail(direnvio,wsmtpmailfrom,wAsunto,"Mensaje de prueba");
When I recieve this e-mail with outlook, the send time field say "Not
Available" but if this e-mail is sended to an hotmail.com account the
send file has a 3 hours avanced time.
What I need configurate to make this ?
Thank you in advance..
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Out Of xmem RAM/ROM? - Adnan Mohammad-Ali - Jul 20 21:39:00 2008
Hello everyone,
There has been a lot of posts about this topic previously but a lot of
the topics just miss my situation.
Previously this came up and I was able to "fix" the problem but it came
back.
I get the message
" Out of xmem code space, use a larger ROM/RAM."
I have enabled "separate I&D "
I have added #define DATAORG 0x8000 to RabbitBios.C and re-compiled the
target and Bios
Before I had included #memmap xmem to the top of code but I removed it
and it was compiling up to now
And going into .MAP
I receive this information:
//Segment Origin Size
Root Code 00:0000 00bbce
Root Data 80:a486 ffffdf24
Xmem Code ff:e75c 02a883
I'm not sure what is left to do, my program is only 2126K from last
count.
Any suggestions?
P.s I'm using an OP7200 which has a RCM2250 and using DC9.62

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Re: Out Of xmem RAM/ROM? - Scott Henion - Jul 20 21:56:30 2008
Adnan Mohammad-Ali wrote:
>
> Hello everyone,
>
> There has been a lot of posts about this topic previously but a lot of
> the topics just miss my situation.
>
> Previously this came up and I was able to “fix” the problem but it
> came back.
>
>
>
> I get the message
>
>
>
> “ Out of xmem code space, use a larger ROM/RAM.”
>
>
>
> I have enabled “separate I&D “
>
> I have added #define DATAORG 0x8000 to RabbitBios.C and re-compiled
> the target and Bios
>
>
>
> Before I had included #memmap xmem to the top of code but I removed it
> and it was compiling up to now
>
> And going into .MAP
>
> I receive this information:
>
> //Segment Origin Size
>
> Root Code 00:0000 00bbce
>
> Root Data 80:a486 ffffdf24
>
> Xmem Code ff:e75c 02a883
>
>
>
> I’m not sure what is left to do, my program is only 2126K from last count.
>
>
>
> Any suggestions?
>
> P.s I’m using an OP7200 which has a RCM2250 and using DC9.62
>
> _
From /lib/bioslib/stdbios.c:
//***** Memory mapping information ************************************
//#define USE_2NDFLASH_CODE // Uncomment this only if you have a
// a board with 2 256K flashes, and you
// want to use the second flash for extra
// code space. The file system is not
// compatible with using the second flash
// for code.
>
--
------------------------------------------
| Scott G. Henion| s...@shdesigns.org |
| Consultant | Stone Mountain, GA |
| SHDesigns http://www.shdesigns.org |
------------------------------------------
Rabbit libs: http://www.shdesigns.org/rabbit/
today's fortune
"An anthropologist at Tulane has just come back from a field trip to New
Guinea with reports of a tribe so primitive that they have Tide but not
new Tide with lemon-fresh Borax."
-- David Letterman

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
RE: Re: Out Of xmem RAM/ROM? - Adnan Mohammad-Ali - Jul 20 23:50:00 2008
Awesome thank you sooo much it seems to have compiled and working!
From: r...@yahoogroups.com [mailto:r...@yahoogroups.com] On Behalf Of Scott Henion
Sent: Monday, 21 July 2008 11:56 AM
To: r...@yahoogroups.com
Subject: [!! SPAM] Re: [rabbit-semi] Out Of xmem RAM/ROM?
Adnan Mohammad-Ali wrote:
Hello everyone,
There has been a lot of posts about this topic previously but a lot of the topics just
miss my situation.
Previously this came up and I was able to “fix” the problem but it came back.
I get the message
“ Out of xmem code space, use a larger ROM/RAM.”
I have enabled “separate I&D “
I have added #define DATAORG 0x8000 to RabbitBios.C and re-compiled the target and
Bios
Before I had included #memmap xmem to the top of code but I removed it and it was
compiling up to now
And going into .MAP
I receive this information:
//Segment Origin Size
Root Code 00:0000 00bbce
Root Data 80:a486 ffffdf24
Xmem Code ff:e75c 02a883
I’m not sure what is left to do, my program is only 2126K from last count.
Any suggestions?
P.s I’m using an OP7200 which has a RCM2250 and using DC9.62
_
From /lib/bioslib/stdbios.c:
//***** Memory mapping information ************************************
//#define USE_2NDFLASH_CODE // Uncomment this only if you have a
// a board with 2 256K flashes, and you
// want to use the second flash for extra
// code space. The file system is not
// compatible with using the second flash
// for code.
--
------------------------------------------
| Scott G. Henion| s...@shdesigns.org |
| Consultant | Stone Mountain, GA |
| SHDesigns http://www.shdesigns.org |
------------------------------------------
Rabbit libs: http://www.shdesigns.org/rabbit/
today's fortune
"An anthropologist at Tulane has just come back from a field trip to New
Guinea with reports of a tribe so primitive that they have Tide but not
new Tide with lemon-fresh Borax."
-- David Letterman

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