hello,all
I want to use CAN0 independently for M4, so write the following code on the M4 side, and the return value of the related function is successful.But it didn't succeed.The scfw_tcm.bin is downloaded from NXP.
sc_rm_pt pt_m4;
sc_rm_get_partition(ipc,&pt_m4);//return :pt_m4=1;
sc_rm_assign_resource(ipc,pt_m4,SC_R_CAN_0);
then,I compiled it through the SCFW port package(imx-scfw-porting-kit-0.7), and the compiled bin file could not start M4 and A35.