I am trying to check CAN communication on MPC5775B BMS Plus VCU Reference Design board with using MBDT. To check CAN message transmitting function I have used flexcan_master_mpc574x model after changing MCU, FCAN configuration and Digital output configuration:
sonik82_0-1616712569986.png
sonik82_1-1616712733324.png
sonik82_2-1616712811811.png
After building code and flashing MCU, I have used Microchip CAN BUS Analyzer Tool
to check output messages, but saw nothing and LED D45 is always ON. Then I have tried to check CAN receiving with flexcan_slave_mpc574x model by using same modifications, but result was same: I am not able to send any message to MCU and LED D45 is always ON.
Before I have checked both flexcan_master_mpc574x and flexcan_slave_mpc574x models with using DEVKIT MPC5744P and Microchip CAN BUS Analyzer Tool and everything was working fine.