Hi @MaMM
As I can see from the MB schematics, CAN1_H and CAN1_L are connected to a TJA1448AT transceiver. Based on the transceiver datasheet, its operating mode is set to normal by the hardware routing of the STB1/STB2 pins to the ground - hence, there is no need to perform any initialization of this device inside the Simulink application model.
The transceiver input is represented by the pins PJ_GPIO[146] and PJ_GPIO[147], routed via the J13 jumper. If the jumper is connected, the signals should be correctly passed to the TJA1448AT, and the CAN High and Low signals outputted on the J15 DB9 connector.
Can you please check if, when connecting the MB to the S32K396-BGA-DC1 board, PJ_GPIO[146] and PJ_GPIO[147] are matching the pins with MSCR 175 (PTF15) and 174 (PTF14)?
From what I can see, on the MB, PJ_GPIO[146] and PJ_GPIO[147] are placed on the J55D connector (lines 185 and 186). In the BGA-DC1 schematic, on the same J55D connector, there are different pins on the 185 and 186 signal lines, more specifically PTD30 and PTD31.
Hence, my assumption would be that inside your configuration project, PTD30 and PTD31 should be configured as CAN1_TX and CAN1_RX functionality, as, based on the hardware connections that I have seen, the signals routed to PTF15 and PTF14 are not reaching the transceiver.
Could you please check the details above and let us know if this is also the hardware setup on which you are deploying your application?
Thank you,
Irina