Rabbit Core RCM3700 User Manual page 18

C-programmable core module with ethernet, serial flash, and enhanced software
Hide thumbs Also See for Core RCM3700:
Table of Contents

Advertisement

The default I/O configuration in the sample programs is based on the RabbitCore module
detected during compile time:
• Any RCM3700 RabbitCore module (except the RCM3720) will have its I/O ports con-
figured for an RCM3700 Prototyping Board.
• An RCM3720 RabbitCore module will have its I/O ports configured for an RCM3720
Prototyping Board.
You may override these default settings to run an RCM3720 RabbitCore module on the
RCM3700 Prototyping Board or to run another RCM3700 RabbitCore module on the
RCM3720 Prototyping Board by adding the following macro to the sample program you
will be running.
• To run an RCM3720 RabbitCore module on an RCM3700 Prototyping Board, add the
following macro at the top of the sample program you will be running.
#define RCM3700_PROTOBOARD
Sample programs that are specifically designed for the RCM3700 Prototyping Board
already have this macro included.
• To run an RCM3700 RabbitCore module (other than the RCM3720) on an RCM3720
Prototyping Board, add the following macro at the top of the sample program you will
be running.
#define RCM3720_PROTOBOARD
RabbitCore RCM3700 User's Manual
16

Advertisement

Table of Contents
loading

Table of Contents