Tool/software:
Hello team,
we are using MCAL : MCAL_MSPM0_00.02.04.00 package
SDK : mspm0_sdk_2_04_00_06 version
While integrating Can module, below compilation error is occured
Error:
C:/work/ACP-9.3.2_MSPM0GX51X_ticgt-4.0.0_LTS_BasicTemplate/Tresos/plugins/McalExt_TS_T47DxM1I0R0/MCAL_Delivery/mcal/Can/src/Can.c:181:41: error: use of undeclared identifier 'CAN_UNINIT
C:/work/ACP-9.3.2_MSPM0GX51X_ticgt-4.0.0_LTS_BasicTemplate/Tresos/plugins/McalExt_TS_T47DxM1I0R0/MCAL_Delivery/mcal/Can/src/Can.c:790:24: error: use of undeclared identifier 'CAN_READY'
Reason:
Although the states CAN_UNINIT
and CAN_READY
are already defined in Can_GeneralTypes.h
, as per the AUTOSAR standard, such states should be handled internally by the driver.
BR,
Prashant Singh Tomar