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.

AM2612: Dependency of Mcal_Lib_MemMap.h for MCAL drivers

Part Number: AM2612

Hello Team,

MCAL Package: MCAL_AM261x_11_01_00_11
Compiler: ti-cgt-armllvm_4.0.4.LTS

Below error message reported while integrating Mcu driver from above mentioned MCAL Package:

image-2026-01-29-11-52-25-232.png

Mcal_Lib_MemMap.h is present in TI memmap repository(../mcal/include/memmap) and included in sys_pmu.c.

We have integrated the MCAL and using together with EB BSW modules. We don't use the MemMap files provided in the MCAL release.
We are using the EB MemMap module to generate the MemMap files containing the MemMap sections based on the configured modules in EB tresos and <Module>_Bswmd.arxml .

As Mcal_Lib is Static Mcal lib Code, we are not able to generate Mcal_Lib_MemMap.h.

Could you please provide your feedback if there is a way to remove dependency of such MemMap files(Mcal_Lib_MemMap.h) from sys_pmu.c.

BR,
Shubham