This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2434: CPSW DUAL MAC Mode

Part Number: AM2434

Hi! 

SDK version: mcu_plus_sdk_am243x_08_05_00_24

Board: AM243x-LP, E3

I would like to modify the lwip cpsw example to work with two static IPs on the r5_0_0 core. One IP1 over RGMII1 and a second one IP2 over RGMII2 interface.

I have already got one static IP after I've uncommented following macro in lwipcfg.h file

/* #define USE_DHCP    0 */
/* #define USE_AUTOIP  0 */
How can I add a second IP?
In the next stage of the project I need to add a second core: r5_0_1:
-J18 (RGMII1) connects to r5_0_0 with IP1,
-J19 (RGMII2) connects to r5_0_1 with IP2. 
Is it possible? I case I am running out of memory I ordered the AM243x general purpose EVM with DDR4 but it is not delivered yet.
My application uses a standard Ethernet, so I am focusing on the cpsw exaples.