i'm using MR-CANHUBK344, RTD 6.0.0 and SPD 1.0.5, when I call eMcem_Init(&eMcem_Config_0), within the function eMcem_Init in line:
/* Validate state */
if( (Std_ReturnType)E_OK == eMcem_CheckState( EMCEM_INIT_ID ) )
within the function eMcem_CheckState in line:
if( EMCEM_S_LOCKED == eMcem_DriverState )
the program goes to MemManage_Handler, I don’t know how to solve it.
My int main(void)
brunoGT88_1-1763382617999.png
Std_ReturnType eMcem_Init( const eMcem_ConfigType *pConfigPtr )
brunoGT88_2-1763382649977.png
static Std_ReturnType eMcem_CheckState( uint8 u8FuncId )
brunoGT88_3-1763382675752.png
void MemManage_Handler(void)
brunoGT88_4-1763382703983.png
thank you!