How to Change M52233DEMO MAC address?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Change M52233DEMO MAC address?

1,160 Views
jmc8859
Contributor I
Hey,

I've got a M52233Demo Boad here, running CodeWarrior 6.3 build 14.

I have loaded the latest version of the TCP/IP Web Server from the freescale page.
I've been looking for a way to change the ethernet mac address, but have not found a method that works. I assumed this value would be stored in some variable in one of the c files, but I have not been able to find anything that works.

I have noticed this interesting comment though in the main.c source:

/* We set the station's Ethernet physical (MAC) address
* from the address already in use by dBUG. This prevents
* ARP problems on the decelopment server. Production systems
* usually read this from flash or eprom.
*/

Can the address referenced above (the one in use by dBUG) be changed?

I'm very new to the coldfire chips. Any help would be appreciated.

Thanks,
Jim
Labels (1)
0 Kudos
1 Reply

322 Views
jmc8859
Contributor I
Well it seems that i've found the answer to my own question.
right below the comment which i mentioned is where the mac address is assigned, i just didn't recognize the variable used to do the assignment since it doesn't contain the entire mac

Thanks,
James
0 Kudos