MAC address

General discussion on mikroElektronika website & forums.
Post Reply
Author
Message
treesageorge
Posts: 2
Joined: 15 Jul 2015 12:21

MAC address

#1 Post by treesageorge » 15 Jul 2015 12:28

Could you please elp me in finding the MAC address of the following devices
1) EasyPICPRO v7(PIC18F87K22)
2) EasyPICFusionv7(PIC24EP512Gu810)
What are the steps that I should follow to connect CC3000 click module to Easy PIC Fusion v7?
Thanking you in advance

User avatar
biljana.nedeljkovic
mikroElektronika team
Posts: 1043
Joined: 30 Jun 2015 15:15

Re: MAC address

#2 Post by biljana.nedeljkovic » 16 Jul 2015 16:25

Hi,

you can use mentioned development boards, but with different MCUs because the ones you asked about don't have the possibility of Ethernet communication.
On the website for our development boards, you can find the MCU cards that support Ethernet, and are able to use MAC protocol.
http://www.mikroe.com/easypic-pro/mcu-cards/
http://www.mikroe.com/easypic-fusion/mcu-cards/


For EasyPIC PRO v7 the MCU card you can check out is PIC18F87J60:
http://ww1.microchip.com/downloads/en/D ... 39762f.pdf

For Easy PIC Fusion v7 the MCU card you can check out is PIC32MX795F512L:
http://ww1.microchip.com/downloads/en/D ... 61156G.pdf

I suggest to search at the manufacturer's website and find maybe some other microcontroller that fits your project's needs.

MAC address is not predefined for mentioned microcontrollers, which means you have to define it in your code.
You can see the examples about Ethernet in our compiler, or browse the Libstock to find more projects and see how the MAC address is being configured:
http://www.libstock.com

Take a look at CC3000 datasheet to see how to make the communication between module and microcontroller.
Also take a look at example written for this click module:
http://www.mikroe.com/click/cc3000/

Best regards,
Biljana Nedeljkovic

Post Reply

Return to “Website & Forums General Discussion”