📄 abstract.txt
字号:
The ETHERNET project allows you to test the
Keil MCB167 Starter Kit with the on-board
CS8900 Ethernet controller.
This example shows you how to access the IO
and memory interface of the CS8900. Ethernet
frames are received in a interrupt service
routine. Currently, only ARP requests are
replied with the preconfigured IP address.
Before you run this example check the IP
address range of your LAN and set the IP
address in the Ethernet.c file to an unused
IP address. The default IP address is 192.168.100.210.
BYTE own_ip_addr[IP_LEN] = { 192, 168, 100, 210 };
When you ping to the board with the command:
ping 192.168.100.210
you will get some timeout messages because
this example does not handle ICMP requests.
After that, you can check whether the board's
IP address has been detected with 'arp -a'
The output looks like:
Interface: 192.168.100.100 on Interface 0x1000003
Internet Address Physical Address Type
192.168.100.210 00-00-00-12-34-56 dynamic
This example contains the correct START167.A66
file. You may use this project as template for
your own software.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -