I would be very interested in test the new GUI. ... De: Intecsis [mailto:intecsis@...] Enviado el: lunes, 30 de diciembre de 2002 20:18 Para:...
Marcos Heredero Bueno
mhbueno@...
Jan 2, 2003 7:27 am
10891
Is "sizeof(TheData[])" 33456 bytes? This is only a guess, but I think they (the DynamicC team) probably used a 'short' to hold the size of a C language object....
I am looking for which is the best core for my needs, mainly I need 4 RS232 port, so I am looking at 2000 or 2300 RCM . But there is a main difference between...
Thx, Bruce. I'll tell you if every thing was OK. Carlos L. ... De: Bruce Isted [mailto:bisted@...] Enviado el: Martes, 31 de Diciembre de 2002 01:09...
Hi, I'm trying to read the signals that make move the mechanicals meters using: Function digBankIn() and RdExtPort function located in the ioe_rd.lib But I...
I plan on using the RCM2100 core in my design. Basically this design will require Ethernet, 2-3 serial ports (RS-232, and/or SPI, I2C), and basic TLL level...
... PC6/7 are used by SERA which is the programming port. For ease of debugging your design, it would be better to use PC2/3 (SERC) or PC0/1 (SERD). ... Check...
Folks: I purchased a Rabbit2300 development kit from Digikey and installed rel 7.20 of the Dynamic C SE development kit and then downloaded and uploaded the ...
I'm no expert on the IDE, but typically this sort of problem can be fixed with an edit of the registry. I.e run regedit. and do a search for "dc_asm.hlp" ... ...
Hello, Recommend that you first determine what the timing requirements are for the mechanicals meters. Then you should be able to determine if the BL2110...
A long time ago, I used a font called "Hell's Programmer" on my Mac. It was a great 9-point bitmap font that was easy to read, had exaggerated punctuation...
I use 9-point Courier New at work... and 10-point at home. If you haven't tried Winddings, it is worth a look :-). Joel ... Joel Baumert Zworld, Senior...
I know this is a bad idea, but its the best option I have at the moment. I have an application which downloads a new flash image over a wireless link and...
On Friday, January 3, 2003, at 05:45 PM, Parker Lord ... CLONE.LIB was a great reference, the more I read it, the more I understood how things on the Rabbit...
Let's assume that we are executives of technology companies...Don't we want a greater supply of engineers than jobs so that we can select only the "best" young...
... Well, I just got done writing a field update utility that doesn't require the programming cable. I'm sure there are others that have done the same thing....
Dear all I have a problem : funcb() { //do some file rd/wr } cofunc funca() { int n; n = 0; funcb(); printf("%d",n); // n != 0 !!!! } Inside a cofunction, I...
Stack corruption is the only explanation I can think of. Definitely a bug. Debuggers are good for that. Cesar ... From: Harsanyi Alexandru <halex90@...>...
I've been looking at various options for storing more data on my rabbit-based product. At the moment, I've incorporated the SF1000 circuit into my design for...
Hello, I am facing problem of corrution of bin file programmed in RCM2200 module if supply to device is switched on/off. 1. Is it because of noise generated...
shailesh Jogle
shailesh@...
Jan 4, 2003 1:01 pm
10915
... At least on the Rabbit 3000 core the SMODE pins are pulled low on the core card. I imagine the 2000 pins are the same. Let me check the docs quick.... ...
... I took a closer look at it, and I think it would require dedicated I/O lines, or at the very least the aux I/O bus of the Rabbit 3000. While you're...
I think this should be possible... I am trying to use the digital out ports as 'one-way' RS232 ports. I am assuming this requires a serial digital stream...
You can certainly "bit-bang" a port, as it is called. But if you rely on loops, you will need to turn off all interrupts to be able to time the port...