User`s manual
Table Of Contents
- RabbitCore RCM3200 User's Manual
- Table of Contents
- 1. Introduction
- 2. Hardware Setup
- 3. Running Sample Programs
- 4. Hardware Reference
- 5. Software Reference
- 6. Using the TCP/IP Features
- Appendix A. RCM3200 Specifications
- Appendix B. Prototyping Board
- Appendix C. LCD/Keypad Module
- Appendix D. Power Supply
- Appendix E. Motor Control Option
- Notice to Users
- Index
- Schematics

User’s Manual 33
5.2.5.1 Board Initialization
Call this function at the beginning of your program. This function initializes Parallel Ports A through G
for use with the RCM3200 Prototyping Board.
Summary of Initialization
1. I/O port pins are configured for Prototyping Board operation.
2. Unused configurable I/O are set as high outputs.
3. Only one RabbitCore module is plugged in, and is in the MASTER position on the Prototyping
Board.
3. The LCD/keypad module is disabled.
4. RS-485 is not enabled.
5. RS-232 is not enabled.
6. The IrDA transceiver is disabled.
7. LEDs are off.
RETURN VALUE
None.
void brdInit (void);