Weird… I haven’t got all the parts of this discussion, but just fount them on the groups page… Oh well. I can’t say I’ve ever had any problems with...
I am using 9.50 on a 3700 as I had some issue moving to 9.52 - I can't just remember what, and the release notes didn't seem to imply a fix in this area. The...
This file COMPCORE/def.cpp isn't one of mine though - I assumed it was some compiler code - although I can't find it in my DC directory.. I have searched for...
Having read through the documentation for the R2000 processor, I'm a little confused as how to use the alternate pins for Serial Port B. The Rabbit 2000 User...
... You should try to reproduce the problem with DC 9.62. If it's still present, be sure to contact Rabbit Technical Support with steps to reproduce the...
Hello, I'm working on a project based on an RCM4100 running at 60 MHz. It has three PIDs: each one has a setpoint, an analog input as feedback and all of them...
My issue with updating to the current version is that I'm out of memory in all sorts of places so I was trying to stay with something I knew worked - at least...
In my experience, I think that you don't need to be so acuarate in a PID algoritm. Obtain 50 ms can be done with a costate inside a loop with low time in...
... I'm not so sure. A PID is an algorithm in the digital domain (aka z-domain) so the accuracy of the clock source should be quite important. Anyway, I want...
Hello! I'm using the PS2 keyboard decoder library found in the files section of this forum - thanks to Dave for sharing! The main loop is very simple: #use...
My latest app requires to be able to decide at run time whether to use DHCP or static ip address. The app will decide at run time wheter to use DHCP or a...
This has been covered quite a bit in this group. A quick search found this answer which is probably similar to what you are looking for, i.e., using TCPCONFIG...
Hi, Need help on Serial to ethernet vice versa. I tried the sample program from dynamic c s2e_basic.C and it actually works on ethernet to serial. but i also...
Hi ALL, i found a bug in the function sock_preread in the TCP.lib. the bug gives compilation error, due multiple declaration for the same variable. can you...
... That was fixed in the 10.44 release. Go into tcp.lib and update lines ... int sock_preread( void *_s, byte *dp, int len ); /*** EndHeader */ _tcp_nodebug ...
I'm trying to compile a program in Dynamic C 9.52 to run in RAM. The program is part of a boot loader which we wrote some time ago to program a RCM2260...
... Set compile options: Bios and Memory settings: Code and bios in RAM Default Compile mode: Compile to defined target configuration to a .bin file Do not...
Hi, I have a program that uses a sf1000 card with the FAT filesystem using a 4400 board. My goal is to read and write data to the card. All pins have been...
There's some sample code called FATShell or something similar that I like to use. It lets you mount, format, dump,and list files on fat partitions.. I've found...
If I: #define RABBITWEB_VERBOSE Then I get: line 196 : ERROR RABBITWEB.LIB : varname is out of scope/ not declared. line 354 : ERROR RABBITWEB.LIB :...
Thanks Scott, I'll give your suggestions a try. I may also check out Soft tools. I'm not using any costates, but I also don't want to rewrite everything I've...
I have been working with the Rabbit 4000 and dynamic C for a couple of weeks now and I have found it to be a bit too quirky and unreliable for my tastes. I...
I have been using fat_shell but I can not see the file on there. It might be that the file is being created in RAM. I only get this problem when I use the...