Forums Search for: RCM3600
Multitasking with Costates and Cofunctions in Dynamic C
inHi! I'm new to this forum, and about to take my first hesitant steps with the Rabbit and Dynamic C. I have an RCM3600 development kit...
Hi! I'm new to this forum, and about to take my first hesitant steps with the Rabbit and Dynamic C. I have an RCM3600 development kit on order and should receive it next week. In the meantime, I have been reading the on-line documentation and trying to figure out how best to implement a multitasking design using Dynamic C. I'll try to expl
RTC Rabbit 3000 issues
inDoes anyone has a bad experience with RTC; I have an application: - We have a sensor unit based on the RCM3600. - A customer RTU...
Does anyone has a bad experience with RTC; I have an application: - We have a sensor unit based on the RCM3600. - A customer RTU that polls our unit RS485 serially every three seconds. I noticed when I enable the function tm_rd() to read the RTC. After a while (sometimes aprox one hour, sometimes longer than that) the boards eithe
brdInit( ) problem
inI am attempting to build a link between two serial radio modules with two RCM3600 modules. I have a very simple script that works as long as I...
I am attempting to build a link between two serial radio modules with two RCM3600 modules. I have a very simple script that works as long as I do not have brdInit() in the script. The problem is there are other codes I want to put in that do require it. IE Port A is an output,PB3 and PB5 are inputs and PD4 and PD5 are I2C. Below is the code that works (without brdInit). I have checked the...