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.

SIMPLELINK-MSP432-SDK: LWIP Port Sanity Check

Part Number: SIMPLELINK-MSP432-SDK

A quick and possible stupid question but is this correct? Should it not be 0x2000.0000 as per the offset defined in 6.4.1 of the datasheet?

#define PTR_SAFE_FOR_EMAC_DMA(ptr) (((uint32_t)(ptr) >= 0x2000000) &&   \
                                    ((uint32_t)(ptr) <  0x20070000))

its in msp432e4if.c of simplelink_msp432e4_sdk_4_20_00_12