<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to program MAC address in FRDMK64.(for ethernet)  in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401181#M13442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if i did like that every board i want to change my application code. without changing application code is any other way available for MAC Address writing into flash at perticular address. so i can use same firmware for different custom board. &lt;STRONG&gt;i mean is any way to program through code dumping itself.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and also when i use "ENET_get_mac_address" or "SET_mac "actually which address its storing MAC address . actually i need exact&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;address location can you tell exact address.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;thanks and regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudhakar p&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2015 04:08:16 GMT</pubDate>
    <dc:creator>sudhakarp</dc:creator>
    <dc:date>2015-07-13T04:08:16Z</dc:date>
    <item>
      <title>how to program MAC address in FRDMK64.(for ethernet)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401178#M13439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am using FRDMK64f120 controller, KDS 2.0 and ksdk 1.1.0.&lt;/P&gt;&lt;P&gt;i want to program MAC address to kinetis K64 controller. i know development board coming with MAC address.&lt;/P&gt;&lt;P&gt;but for our development(our hardware design) how to program MAC address.just give some idea.&lt;/P&gt;&lt;P&gt;we dont need to program MAC adress every time. only one time for new board .like bootloader code we are loading only one time like that.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is any perticular location available for writing MAC ADDRESS. if yes how to do? or give some other option.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;while programming through P&amp;amp;E multi link is any possible to write Mac address.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;sudhakar p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401178#M13439</guid>
      <dc:creator>sudhakarp</dc:creator>
      <dc:date>2015-07-10T11:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to program MAC address in FRDMK64.(for ethernet)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401179#M13440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a program that injects a serial number into each production unit through a custom protocol.&lt;/P&gt;&lt;P&gt;I use the upper flash area of the chip to store the data. I call it flash_data. each unit is therefore unique.&lt;/P&gt;&lt;P&gt;We have reserved a block of mac addresses for our units.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENET_get_mac_address (IPCFG_default_enet_device,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flash_data. serial_number,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPCFG_default_enet_address);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 18:43:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401179#M13440</guid>
      <dc:creator>drummer</dc:creator>
      <dc:date>2015-07-10T18:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to program MAC address in FRDMK64.(for ethernet)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401180#M13441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below example code, you can find more information in the Freescale MQX™ RTOS RTCS User's Guide. This document is located at the path: C:\Freescale\KSDK_1.2.0\doc\tcpip\mqx_rtcs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define ENET_IPADDR IPADDR(192,168,1,4)&lt;/P&gt;&lt;P&gt;#define ENET_IPMASK IPADDR(255,255,255,0)&lt;/P&gt;&lt;P&gt;#define ENET_IPGATEWAY IPADDR(192,168,1,1)&lt;/P&gt;&lt;P&gt;uint32_t setup_network(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;uint32_t error;&lt;/P&gt;&lt;P&gt;_enet_address enet_address;&lt;/P&gt;&lt;P&gt;error = RTCS_create();&lt;/P&gt;&lt;P&gt;if (error) return error;&lt;/P&gt;&lt;P&gt;ENET_get_mac_address (BSP_DEFAULT_ENET_DEVICE, ENET_IPADDR, enet_address);&lt;/P&gt;&lt;P&gt;error = ipcfg_init_device(BSP_DEFAULT_ENET_DEVICE, enet_address);&lt;/P&gt;&lt;P&gt;if (error) return error;&lt;/P&gt;&lt;P&gt;error = ipcfg_bind_boot(BSP_DEFAULT_ENET_DEVICE);&lt;/P&gt;&lt;P&gt;if (error) return error;&lt;/P&gt;&lt;P&gt;TFTTIP = ipcfg_get_tftp_serveraddress(BSP_DEFAULT_ENET_DEVICE);&lt;/P&gt;&lt;P&gt;TFTPserver = ipcfg_get_tftp_servername(BSP_DEFAULT_ENET_DEVICE);&lt;/P&gt;&lt;P&gt;TFTPfile&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Sol&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 21:08:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401180#M13441</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-07-10T21:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to program MAC address in FRDMK64.(for ethernet)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401181#M13442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if i did like that every board i want to change my application code. without changing application code is any other way available for MAC Address writing into flash at perticular address. so i can use same firmware for different custom board. &lt;STRONG&gt;i mean is any way to program through code dumping itself.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and also when i use "ENET_get_mac_address" or "SET_mac "actually which address its storing MAC address . actually i need exact&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;address location can you tell exact address.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;thanks and regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudhakar p&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 04:08:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401181#M13442</guid>
      <dc:creator>sudhakarp</dc:creator>
      <dc:date>2015-07-13T04:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to program MAC address in FRDMK64.(for ethernet)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401182#M13443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MAC address is not shipped with the board. You must get MAC address set with IEEE. Then you can flash a MAC address of the rage you purchased in your device.&lt;/P&gt;&lt;P&gt;For this you need a TCP/IP stack and Freescale provide MQX with RTCS &lt;/P&gt;&lt;P&gt;For example, using MQX4.2 you can find many RTCS examples, httpsrv is one. After instal MQX4.2 you can find it at the path&amp;nbsp; &lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale_MQX_4_2\rtcs\examples\httpsrv&lt;/P&gt;&lt;P&gt;Once you run this example you can see a web server on address 192.168.1.202&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 14:14:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-program-MAC-address-in-FRDMK64-for-ethernet/m-p/401182#M13443</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-07-13T14:14:06Z</dc:date>
    </item>
  </channel>
</rss>

