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.

AM2634: ICSS-EMAC

Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG

I'm trying to run an example described on :
https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/latest/exports/docs/api_guide_am263x/ICSS_EMAC.html

1. imported an empty example from MCU+ SDK for AM263x.

2. enabled ICSS-EMAC in sysConfig:

3. updated linker cmd file:

4. shared memory section mapped as Cached+Shareble:

5. included icss_emac.h:

After that I tried to compile it and got an error:

(I also tried this on nortos empty example...) Did I miss something?