Specifications

Getting Started 21
3.4 Sample Programs
To help familiarize you with the RCM3000 modules, Dynamic C includes several sample
programs. Loading, executing and studying these programs will give you a solid hands-on
overview of the RabbitCores capabilities, as well as a quick start with Dynamic C as an
application development tool.
NOTE: The sample programs assume that you have at least an elementary grasp of ANSI
C. If you do not, see the introductory pages of the Dynamic C Users Manual for a sug-
gested reading list.
Of the many sample programs included with Dynamic C, several are specific to the
RCM3000. These programs will be found in the Samples/RCM3000 folder.
We suggest that you examine the following five of these sample programs in order to get a
complete tour of the capabilities of the RCM3000 modules.
FLASHLED1.c
FLASHLED2.c
TOGGLESWITCH.c
BROWSELED.c
PINGLED.c
Each of these programs is fully commented within the source code. Refer to these com-
ments for the details of how each program works.
To run a program, open it with the File menu (if the sample program is not already open),
compile it using the Compile menu, and then run it by selecting Run in the Run menu.
Once you have loaded and executed these five programs and have an understanding of
how Dynamic C and the RCM3000 modules interact, you can move on and try the other
sample programs, or begin building your own.