I'm using S32K311 with RTD 4.0.
when I write the code :
IntCtrl_Ip_EnableIrq(FlexCAN0_1_IRQn);
FlexCAN0_1_IRQn include in two header file as the image show below
why is S32K312_COMMON.h show in my project ?
My prject was builed based on S32K311.
Does anyone encounter this problem ?
Hi @LJS10045
COMMON.h libraries are independent of projects. As can be seen in the shared image, the path shown corresponds to the RTDs plugging path, not the project. Therefore it should not cause you problems.
If this were to cause a problem, it would help us if you could specify how the project was created and the changes made so we can try replicating the situation.
B.R.
VaneB