Hello to everybody, I'm quite new here, so please bear my ignorance. The question is if I can run Dynamic C from Linux environment. The Rabbit board is...
I've never done anything but windows for rabbit targets. Is it too offensive to just use a windows box for the project? If you were planning on using the DC...
Hi all If I have a character array inside my main(), say char charray[1024]; then there is a global char pointer outside main() char* ch_ptr; which is inited...
Dear all I am using an external interrupt to read the ADC0804 fron National Semi. the period for sending a conversion request signal(~CS and ~WR) is 181us,...
William, I woumd like to test your code. But i could not see INT0-1 on the schematic of the Rabbit 2000. I only see INT0A , INT1A, INT0B , INT1B What is the...
Hi @all, can someone help to access an CF-Card via external I/O? I've connected the Card direct to the PA0..7, PB2,3,4 for adressing, PE5 for CS,IORD to IORD,...
Dear Ernesto, I didnt get the attachment . Can you please send that again. Thanks ... extracted from ... There ... useful. ... si ... it . ... Terms of ... ...
If I were you I would grab the specs from www.compactflash.org. There are 3 ways to access the CF card and you HAVE to tie certain lines to the proper levels...
Hi all, Can somebody please tell me that how much of current does rabbit 2250 draws? in rcm2200 it is 134mA and after connecting the programming cable it is...
Hello everybody I think that we have to detect error in each process and restart the process in fault. However, I would like to know, if it is necessary to...
I use what I need to, to make $ regardless of how I feel about it. If I had a paying job that needed me to run linux, OS/2 etc... guess what I'd be running? If...
I would also be interested in receiving the 'dhcp.c' sample version. I have sniffed the network and I realize that after the Rabbit sends the DHCP discover, no...
... It's been a few years since I looked at running Dynamic C under WINE, but as I recall the problem was Windows serial functions that were not yet supposed...
On an R2000 of old vintage, it’s hooked to both interrupts as described in the notes about the early 2000 chip interrupt hardware bug available from ...
______________________________________________________________________ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro...
Hi I need to detect the first run of a new program. I tried the code below, but it works only when I run the code with the compiler, but it does not work when...
Are you using a battery for the RAM? Doesn't sound like it so: - You could write out a little magic cookie on startup and also increment a value (numreboots)...
Hi, We have had customers integrate our Rabbit Ethernet TCP/IP based products into HMIs by writing some VBA code but we are starting to get customers wanting...
Dave: I?m affraid I don?t understand the idea behind the reboot counter. Against what, do I need to compare it? Thankfully, Ernesto. ... De: Dave Moore...
Read your "cookie" spot. If the cookie is there, then you know you've written to this flash before. If it's not there, then write it out along with a reboot...
Dave: I get it. My trouble is with non-virgins boards. I´m going to try writting the time stamp value of DC in the user block and checking it against the ...
One thing I did discover on my own is that the DHCP_SEND_HOSTNAME in BOOTP.lib is within the DHCP_CLASS_ID #define...so unless you define the Class ID, the...
There needs to be quite a bit of cooperation between yourself and your network adminstrator at this point, unless you have your own server set up for test...
If you want to be able to be ping'ed by name, your DNS server has to talk to your DHCP server (or, vice versa) so it will know what's your actual address. If...
Hi all, Can somebody please tell me that how much of current does rabbit 2250 draws? in rcm2200 it is 134mA and after connecting the programming cable it is...
I've uploaded an interim version of my AES encryption library to the file area. It includes routines for encryption and decryption of 128, 192, and 256 bit...
FYI In the source code of 7.32 in the tcp_init() function in NET.LIB there is a reset of the hostname, which needs to be moved into a GLOBAL_INIT section as...
Could someone point me to some libraries/examples for interfacing the rabbit to Dallas Semiconductor's one wire devices (such as the iButtons)? Is this even...
Hi, To all .I am trying to run the tftp client server in my rcm3000 core modules with 512 k flash and 512 k ram. They run fine in the flash.But when i m trying...
Hi, Im new at Rabbit Modules (using RCM2020) and Im having trouble in using Interrupts for my serial ports. I can read and transmit in the serial ports using...