Dynamic C not support Flash with 8 blocks of 64KBytes. I need to rewrite BIOS? Can anyone help me? Thanks....
1516
James
wolftalonjj@...
Sep 1, 2001 1:28 pm
Hello, I'm pretty much a newbie at embedded programming. I just started looking at it this month. My friend turned me on to this site and it has helped me a...
1517
Bill
bill@...
Sep 1, 2001 4:23 pm
... See newsgroup: comp.arch.embedded Bill...
1518
James
wolftalonjj@...
Sep 1, 2001 4:39 pm
... Thanks Bill. I will give them a try. James...
1519
xyz@...
Sep 1, 2001 5:53 pm
I added the MAX232ACPE etc to the RCM2300. Tracing out the connections to the DB9 socket it appears to be configured for TXB to Pin2 and RXB to Pin 3, this...
1520
xyz@...
Sep 1, 2001 10:01 pm
OK after much searching I found the answer, may be it can help someone else... Quote from the Tech Notes ! ... I still think this information could have been...
1521
xyz@...
Sep 2, 2001 1:28 pm
Hi, I've been lucky for a long time, never lost any source code, however today is the day... As a newbie I assumed when clicking the "Compile" button the IDE...
1522
Jens Chr. Bentzon
chrbe@...
Sep 2, 2001 2:38 pm
Thanks for all the answers!! I think i will use the costate approach. Come to think of it i think i can handle my needs without the UCOS kernel. ... From:...
1523
Tim Murphy
tim@...
Sep 2, 2001 8:16 pm
Has anyone encased the rabbit 2100 before? I am looking for a professional looking way to encase the rabbit 2100 and 4 serial ports so I can show it off, but...
1524
xyz@...
Sep 2, 2001 9:31 pm
Modified spi_test.c to output continuous 0XAA and comfirmed pin 56 on the Rabbit chip was indeed sending the correct signals. As I'm using the RCM2300 my only...
1525
dhansen@...
Sep 3, 2001 6:31 am
Hi again, Steve - Well, this socket lock issue has apparently reared its head again (just when I though it was safe to go back in the UCOS-II water!) Anyway,...
1526
pplegrub@...
Sep 4, 2001 9:23 am
Hello all, Can anybody point me to information on how to automatically assign node numbers to slaves on a RS485 network, (using BL1800). I do not want to use...
1527
Tom Collins
tom@...
Sep 4, 2001 1:47 pm
Take a look at OKW Enclosures. They make everything from hand-held enclosures to desktop units. <http://www.okwenclosures.com/> I'm using one of their hand...
1528
Darren
darren@...
Sep 4, 2001 1:50 pm
I have just moved to Windows 2000, and I have now get this error when Dyn C starts, and is resetting the target. 'Got 0x00 instead of ACK or NAK' clear the...
1529
Mike Rauch
MRauch@...
Sep 4, 2001 2:57 pm
If you intend to use a core module in your product, then you would want to use the RCM2100 kit. If you just want to learn and play, then the TCP/IP kit. ... ...
1530
Mike Rauch
MRauch@...
Sep 4, 2001 3:01 pm
"Feature" has always existed. You have been lucky up to now. ... From: xyz@... [mailto:xyz@...] Sent: Sunday, September 02, 2001 9:28 AM To:...
1531
Mike Rauch
MRauch@...
Sep 4, 2001 3:05 pm
Seems to a common occurence. I have seen it on a 1GHZ PC running Windows NT. There was a discussion several weeks ago on this. As you said, everything is ok ...
1532
Chuck Johnson
cgj@...
Sep 4, 2001 3:07 pm
I have 2 W2k installations with 7.04. My desktop work fines, Iget the error you mentioned on my notebook. Go figure. Chuck ... From: Darren...
1533
bmurthazw@...
Sep 4, 2001 3:38 pm
Upgrading to 7.05, OR setting stop bits to 2, OR reducing the baud rate to 57,600 are all ways of making that message go away. ... when ... seen...
1534
bmurthazw@...
Sep 4, 2001 3:42 pm
... you will need to write the functions described in the Designer's Handbook, and your ability to debug in flash will be very limited. There will be a Dynamic...
1535
Lynn Wood
lwood@...
Sep 4, 2001 3:50 pm
... The current Dynamic C flash driver requires "small" sectors (4kb or less) to work properly. If you absolutely need to support this flash, you have three...
1536
ultimaserial@...
Sep 4, 2001 4:18 pm
I am using serialexa.c as the starting point for my project. Rabbit will fetch data from an external device and send it back. iTakeByte=sock_tbleft(socket);...
1537
Raimond Dragomir
raimond@...
Sep 4, 2001 5:10 pm
You can keep the slave's address in eeprom. If you don't have one, use a flash-simulated one in some area of your flash. The problem will be how to assign a...
1538
Mike Rauch
MRauch@...
Sep 4, 2001 5:54 pm
Read the library description in the beginning of the RS232.LIB code. It tells you exactly how to do it. ... From: ultimaserial@......
1539
xyz@...
Sep 4, 2001 7:01 pm
Newbie questions:- 1) I've been using register macros like PADR etc for some time, and things are working fine. In the description for WrPortI it mentions all...
1540
Jens Chr. Bentzon
chrbe@...
Sep 4, 2001 8:05 pm
The Shadow registers saves you the trouble of reading back a port if you only want to manipulate some of the bits in the port. See it as a variable holding the...
1541
Alexis Bussiere
alexisbussiere@...
Sep 4, 2001 8:07 pm
Hello all, I have a question to ask. As I am compiling and executing my program I get the following error "While debugging unable to read response from target"...
1542
gasensio@...
Sep 4, 2001 8:16 pm
Hi!!! Anyboy works with Lonworks ? I want integrate Rabbit and Lonworks chips to 'link' ethernet and Lon at low cost... Anybody wants works about this ? ...
1543
Steve Hardy
shardy@...
Sep 4, 2001 8:38 pm
Hello again. It seems that there are some instances in the library which could cause the problem you mentioned. We have put in a bug track entry to fix all...
1544
Steve Hardy
shardy@...
Sep 4, 2001 8:44 pm
Shadow registers not only save you the trouble of reading back from an I/O port, they are usually _necessary_. This is because reading the I/O port does not...