XMC4500 Relax Kit: Webserver demo - Crash on HTTP-Request

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello,

I am new to embedded software development, so sorry if I do not understand some simple things.

I do have a XMC4500 Relax Kit and newest Dave 3.1.8. Other projects like LED-blinking, ADC.. work fine.

Now I want to test the Webserver_XMC4500_RelaxKit .

ETH004/0 is set to DHCP.
My router shows relax assigned to 192.168.1.121 .
ping 192.168.1.121 says time-out.
And then: When I try to access http://192.168.1.121/, the LED2 stops blinking. (with Win7, Firefox and IE)
When I press suspend in Debug then, it shows startup_XMC4500.s line 362

Maybe these questions lead to the solution:
Do I have to make any PIN assignments?
Is the MAC-Address already given wrong in ETH001/0 ( 00:03:19:45:00:00 )? Or do I have to change it?

Thank you so much in advance!
0 Likes
2 Replies
lock attach
Attachments are accessible only for community members.
Travis
Employee
Employee
First solution authored Welcome! 500 replies posted
Can you give this a try?

The configured IP address is :192.168.0.10
0 Likes
lock attach
Attachments are accessible only for community members.
Not applicable
Travis wrote:
Can you give this a try?

Thank you.

I tried it: Changed Router network to 192.168.0.X; Set PC to 192.168.0.40; Imported zip-file into Dave, Make and Debug.
Now I can ping 192.168.0.10 but I still do not receive the website. I attached the log from wireshark, showing the try to access http://192.168.0.10/ with Firefox.
0 Likes