EVB-PIC24 WIZnet, EVB-PIC24 Datasheet - Page 36

no-image

EVB-PIC24

Manufacturer Part Number
EVB-PIC24
Description
Development Boards & Kits - PIC / DSPIC W3150A+EVAL BOARD BASED ON PIC24
Manufacturer
WIZnet
Datasheet

Specifications of EVB-PIC24

Rohs
yes
Product
Development Kits
Interface Type
RS-232
Data Bus Width
16 bit
Dimensions
50 mm x 40 mm
3.2.2.
Sources of
Using MPLAB IDE, open the “EVBs” project. And, select “Make” or “Build All”.
FORMAT are created. This can be loaded in PIC24.
Since EVB B/D is Little-Endian system, LITTLE_ENDIAN is defined and used. If the target system is Big-
Endian, the defined items should be commented.
If iinchip™ is intended to be used as different mode other than Direct Bus Mode, use desired Bus Mode
Define as __DEF_IINCHIP_BUS__ instead of __DEF_IINCHIP_DIRECT_MODE__. If DEFINE OPTION of
iinchip™ is changed the sources must Re-Build. To Re-Build project do “make clean” then “make”.
3.2.3.
For downloading the hex file, we use MPLAB IDE and MPLAB ICD 2.
Please refer to userguide of MPLAB IDE for more information.
3.2.4.
If we take closer look at main(), for certain amount of time, we wait for Manage Program from RS232
Terminal after initialization of board with board reset. At this point, if RS232 terminal displays the Manage
Program entering command, EVB B/D environment such as network information and channel Information
can be set and ping request program can be run.
If Manage Program is done or there is no entering command from RS232 terminal, the application for each
of 4 channels of iinChip™ is executed and initialized using previously set network information.
<Fig 3.3> process procedure of EVB B/D main(). Refer to “main/main.c”
After compiling, the name that is assigned at Makefile TARGET and “Evbs.hex,” the file that is assigned
1) Connect ICD Cable to J1 at the PM-PIC24 or J2 at the expension board.
2) Supply the power with EVB B/D.
3) Run MPLAB IDE.
4) Choose the “MPLAB ICD 2” in “Select Programmer” menu items.
5) Clicked “Program target device” button.
Chapter 3.2.1
How to Compile
How to download
EVB B/D‟s main()
#define LITTLE_ENDIAN
#define __DEF_IINCHIP_DIRECT_MODE__
#define __DEF_IINCHIP_INDIRECT_MODE__
#define __DEF_IINCHIP_BUS__
//#define __DEF_IINCHIP_BUS__ __DEF_IINCHIP_INDIRECT_MODE__
© Copyright 2006 WIZnet Co., Inc. All rights reserved.
compile in bundle after arranging SRC items.
< Table 3-14 : iinChip™’s DEFINE Option >
__DEF_IINCHIP_DIRECT_MODE__
1
2
26

Related parts for EVB-PIC24