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.

PROCESSOR-SDK-AM62X: Code Compilation error for CAN driver

Part Number: PROCESSOR-SDK-AM62X

Hello Team,

MCAL Package: MCAL_SitaraMPU_09.01.00

Below Code Compilation error is reported while compiling CAN driver from mentioned MCAL package:

In file included from C:/work/workspace/ACG-9.2.4_AM6254_39982/Tresos/workspace/simple_demo_can_rte/output/generated/src/Can_PBcfg.c:236:
C:/work/workspace/ACG-9.2.4_AM6254_39982/Tresos/workspace/simple_demo_can_rte/output/generated/include\Can_MemMap.h:113:6: error: Tried to open section CAN_START_SEC_ISR_CODE within an already open section.
    #error Tried to open section CAN_START_SEC_ISR_CODE within an already open section.

In Can_PBcfg.c at line 91, memory section CAN_START_SEC_CONFIG_DATA is opened. at line 377 memory section CAN_START_SEC_ISR_CODE is opened without closing memory section CAN_STOP_SEC_CONFIG_DATA.

Could you please provide your feedback on this?

BR,
Shubham