Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello forum,
We've designed a custom board for the AM2434 Sitara and are using mcu_plus_sdk_am243x_09_01_00_41 and sysconfig_1.19.0.
We're utilizing CPSW peripherals with two ports, and each port needs to initialize with its own MAC address.
Currently, we initialize the standard settings as follows: the first MAC address is read from the control register (a unique address from TI), and the second one is read from the board EEPROM.
Our customer wants the ability to set their own MAC addresses for the project.
Do you have any suggestions on how to implement the capability to set custom MAC addresses?