Connect to FRDM-K64 over network

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Connect to FRDM-K64 over network

ソリューションへジャンプ
1,173件の閲覧回数
barrymcnamara
Contributor II

I have  FRDM-K64 board and am using KSDK 1.3.0 with KDS 3.2.0. I have built the httpserver demo and sent it to my board. When I have the board connected via ethernet directly to my computer, I am able to view the webpage by entering the IP address in my browser. However, when I connect the board to an gigabit switch which my computer is also wired to, this no longer works. Is it possible to configure the board so that it may be connected to over LAN?

ラベル(1)
タグ(2)
1 解決策
855件の閲覧回数
ivadorazinova
NXP Employee
NXP Employee

Hi Barry!

Please, what is your network address?

Be careful that IP Address of K64 must be in range of your network address and subnet.

For example

Network Address: 192.168.1.0

Subnet Mask: 255.255.255.0

the range of your network is 192.168.1.1 - 192.168.1.254 (255 is broadcast)

reserved address for your router is usually 192.168.1.1 so select any address from this range for K64 board.

By default is set 192.168.2.102 in http server demo, make sure that the address in demo code is changed regarding your device.

In case of any question, please let me know.

Best Regards,

Iva

元の投稿で解決策を見る

2 返答(返信)
856件の閲覧回数
ivadorazinova
NXP Employee
NXP Employee

Hi Barry!

Please, what is your network address?

Be careful that IP Address of K64 must be in range of your network address and subnet.

For example

Network Address: 192.168.1.0

Subnet Mask: 255.255.255.0

the range of your network is 192.168.1.1 - 192.168.1.254 (255 is broadcast)

reserved address for your router is usually 192.168.1.1 so select any address from this range for K64 board.

By default is set 192.168.2.102 in http server demo, make sure that the address in demo code is changed regarding your device.

In case of any question, please let me know.

Best Regards,

Iva

855件の閲覧回数
barrymcnamara
Contributor II

That was the problem. I was using the default IP of 192.168.2.102. Once I switched it to an open IP in my network range I was able to access the page.