dear NXP experts:
I have a question while taking use of EB Mcal version as SW32K3_S32M27x_RTD_R21-11_4.0.0_P04.
in the function "Can_43_FLEXCAN_Ipw_MainFunction_Read" located in file "Can_43_FLEXCAN_Ipw.c"
a local variable "ReceivedDataBuffer" is defined without adding "static ", but in the previous Mcal version like 1.0.0 ,static is added, so I want to know the reason .
if there is no static ,the local ReceivedDataBuffer will be assign a random address and the address of pMBmessage will not equal to the ReceivedDataBuffer.
thank you very much.