User's Manual
Table Of Contents
- 1 Module Overview
- 3 Pin Definitions
- 4 Electrical Characteristics
- 7 Physical Dimensions and PCB Layout
- 8 Product Handling
- 9 MAC Addresses and eFuse
- 11 Learning Resources
- Revision History
- 空白页面
7.
MAC Addresses and eFuse
7.
MAC Addresses and eFuse
The eFuse in ESP32 has been burnt into 48-bit mac_address. The actual addresses the chip uses in station, AP,
BLE, and Ethernet modes correspond to mac_address in the following way:
• Station mode: mac_address
• AP mode: mac_address + 1
• BLE mode: mac_address + 2
• Ethernet mode: mac_address + 3
In the 1 Kbit eFuse, 256 bits are used for the system (MAC address and chip configuration) and the remaining 768
bits are reserved for customer applications, including flash-encryption and chip-ID.
Espressif Systems