You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the error "General Error" on CAN diag Message. When getting into it I found that this is due to the mcuSbcFinError. I tried but unable to find the source and reasons for this error. Please share some guidance on how to resolve this.
Regards,
Bhavay Sen
The text was updated successfully, but these errors were encountered:
Could be input frequency synchronization error to the SBC. Are you applying an external frequency to the FIN pin of the SBC?
Found it, Its a bug.
In the configuration, the structure sets the fin used = false, finState = STD_NOT_OK. and in the SBC path check function only checks and mark as STD OK in the first POR_RST reason and if (finUsed == true).
Other all uses the SBC init data from FRAM (nvram). and shows the GeneralError.
Same with the SBC PER Initialization. No code, No settings are written in the code. @foxBMS PER SBC needs the initialization? or foxBMS team missed to initialize it. Might be a bug.
@foxBMS Team,
I'm getting the error "General Error" on CAN diag Message. When getting into it I found that this is due to the mcuSbcFinError. I tried but unable to find the source and reasons for this error. Please share some guidance on how to resolve this.
Regards,
Bhavay Sen
The text was updated successfully, but these errors were encountered: