Have just started to use the RCM5600W module for a web based logger. The code size is around 260k, and am now receiving the error - "Out of root code space,...
One interesting way of doing this is to sample a number of waveforms then do a fourier analysis to determine the period. From: Bradz12345 Sent: Saturday, April...
Hello Friends, I have sorted out this problem by using If (pd_havelink(IF_ETH0) ) { MODBUS_TCP_tick(); } Phahee _____ From: rabbit-semi@yahoogroups.com...
In the SSPEC_MIMETABLE You'll need SSPEC_MIME(".class","application/octet-stream"), SSPEC_MIME(".jar","text/plain"), and I think that's all that's needed....
39981
elolmos@...
Apr 7, 2010 12:14 am
Hi, I'm having problems with external interrupt using a RCM5400W by PE0, May somebody show me any sample code of external interrupt PE0 or PE1. I need a sample...
39982
M G
mg100975@...
Apr 7, 2010 6:06 am
Hi, In my code the processor is polling some inputs which are available for a small amount of time. I would like to know in my code what is the turnaround time...
Hi Why don't you consider polling inside Timer B interrupt routine? Phahee _____ From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com] On ...
To some degree it depends on the resources available to you. If you have an oscilloscope available then you can toggle a pin at the start and end of the...
Prahee, If the BL2600 uses a core module with an ASIX Ethernet controller on it, you should contact Rabbit's Tech Support group (support@...) for an...
Hello Friends, how r u all? we normally use from in html to assign a value to the particular variable which is defined on dynamic c. Is there any diff way I...
Tom, Thank you for the reply. The BL2600 uses RCM3200 that uses ASIX Ethernet controller. I contacted rabbit technical support and they sent me a patch update...
... And yet they were notified about the bug years ago and even included the errata sheet ASIX had on the data sheet ZW included in their docs. I seem to...
... Scott, I think you'll find that it's a different company now. A lot of bad things went away along with the Z-World name. The recent Dynamic C 10 releases...
... Yes, they are rewriting near everything. I've given up trying to follow it. I spent a day trying to find how to write to flash. The functions have changed,...
Hi, When developing with Dynamic C is there any way to force the BBRAM to be cleared when downloading a new firmware? I have structures in BBRAM which I would...
Why not have one byte at the start of your structure that defines the "version of the structure". In your startup code check this byte against a value...
I use __TIME__ and related macros to do this. Basically, I store this values in BBRAM. When coded and stored values differ, program erases all BBRAM, and...
Hello, I have a device where the register values can change by an end user. How can I update the webpage without recompiling? The variable data on the...
Hi Juan, That's a good approach and will also work for field upgrades to ensure the mem gets wiped. I have several sets of structures which will have to be...
It's been years since I did my development with the Wiegand LIB, what I recall is that 0,1 "work" and 2,3 "Should" which I ready to be "good luck". I do recall...
Hello I have Dynamic C 7.33 and I want to run a sample program for LP3500. I receive a lot of errors because it probably does not find the libraries. If I...
... Do you have the compiler set to compile to attached target? If not, did you set the board type in the targetless options? If it is using the target, it may...
We need to continue using unsecured sockets while at the same time using SSL for our web pages. The normal socket structure definitions are replaced by the...
The DC SNMP callback example is not clear to me. Can each SNMP variable have its own callback function? Steve...
40005
elolmos@...
Apr 15, 2010 1:20 am
Hello friends: Im new in rabbit microcontrollers programming, I need help of how to use external interrupt PE0 or PE1, I need any sample, Or if you wanna see...