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.

DRA72XEVM: Using the XMC functionality via the CSL

Part Number: DRA72XEVM

Hello,

I'm implementing the memory protection on the C66x DSP side. The memory protection works but in order to have it working I had to copy functionality from the dsp_xmc.h file. That's because the libraries in the pdk_dra7xx_1_0_10/packages/ti/csl/lib/dra72x/c66/release/ are not built with the XMC functions. There are no symbols like DSPXMCSetMPAXSegment or DSPXMCGetFaultAddr in the library.

What's the proper way of accessing those functions? Do I need to use a xdc.useModule('the XMC module name') in the config file? I can't find any module that would do that in the PDK files.

Regards, Michal