EmbeddedRelated.com

Multitasking with Costates and Cofunctions in Dynamic C

Started by ian_d_chapman in Rabbit-Semi20 years ago 4 replies

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...

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

Started by moises_colin in Rabbit-Semi19 years ago 6 replies

Does 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

Started by stujo in Rabbit-Semi17 years ago 1 reply

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...

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...