EVB-PIC24 WIZnet, EVB-PIC24 Datasheet - Page 42

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.5.1.
Network Configuration is a sub-program of Manage Program and built with manage_network(). And it‟s the
program that sets up Network Information of EVB B/D. In general, MAC Address of Network Information is
hardly updated after the initial setup. Accordingly, MAC Address setup does not provide Configuration Menu
such as Source IP, Gateway IP, or Subnet Mask but it provides hidden menu. Also, MAC Address is not
change at the time of Factory Reset. MAC Address is updated using „M‟ or „m‟.
void check_manage(void)
void manage_config(void)
u_char manage_network(void)
u_char manage_channel(void)
u_char get_reset_flag(void)
void set_reset_flag(u_char flag)
void load_factory_netconf(void)
void load_factory_chconf(void)
u_int uart_keyhit(u_char uart)
char uart0_getchar(void)
void uart0_putchar(char c)
void wait_1ms(u_int cnt)
void ping_request(void)
Network Configuration
Function Name
© Copyright 2006 WIZnet Co., Inc. All rights reserved.
<Table 3-16: Caller Function at Manage Program >
Decision of Manage Program is executed
or not
Manage Program
Configure Network Information
Configure Channel Information
EVB B/D‟s Auto/Manual Reset recognition
and confirm
Auto
Manual : SYSTEM_MANUAL_RESET
Copy of EVB B/D Reset status
Factory Reset Network Information
Factory Reset Channel Information
Checking the Input from UART(0,1)
Read one character from UART0
Write one character to UART0
Delay Function
Ping Request Test Program
: SYSTEM_AUTO_RESET
Description
evb/manage.c
evb/manage.c
evb/manage.c
evb/manage.c
evb/config.h
evb/config.c
evb/config.c
evb/config.c
evb/config.c
mcu/serial.c
mcu/serial.c
mcu/serial.c
mcu/delay.c
app/ping_app.c
Location
32

Related parts for EVB-PIC24