Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.
NOTE: This API has been deprecated from FreeRTOS V4.0.0 onwards. Please refer to FreeRTOS_GetEndPointConfiguration() for the new APIs supporting IPv6, Multiple Endpoints and Multiple interfaces. To use the deprecated APIs please set ipconfigIPv4_BACKWARD_COMPATIBLE to 1 in the FreeRTOSIPConfig.h header file.

FreeRTOS_GetMACAddress()

[FreeRTOS-Plus-TCP API Reference]

FreeRTOS_IP.h
const uint8_t * FreeRTOS_GetMACAddress( void );
		

Returns:

Returns a pointer to the MAC address use by the NIC expressed as six separate bytes of the first IPv4 endpoint, with each byte in a consecutive memory location. Returns NULL if no IPv4 endpoint can be found.

Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.