Tool/software:
Hi Ti experts,
I want to enable MCAN3,4 and 5 which are disabed by default in SDK 10.01. I noticed that MCAN4 controls a common standby signal shared with MCAN 3 and MCAN 5 in k3-j784s4-evm-ethfw.dtso. After enabling MCAN4 in te ETHFW DTBO, all MCAN3,4 and 5 are working as expected. But I am worrying about the following comments
"Disable the following to avoid overloading exp2
" in the ETHFW DTBO as shown below
/* * Disable the following to avoid overloading exp2. * Otherwise it will result in PHY read/write errors. */ &main_mcan4 { status = "disabled"; }; &transceiver3 { status = "disabled"; }; &mux1 { status = "disabled"; };
Here are my question regarding the above comments
1. Why does enabling MCAN4 cause overloading EXP2?
2. Can you explain why it happens when enabling MCAN4?
3. I do no use ETHFW by disabling it when compiling vision_apps firmware. Will the EXP2 be overloading with MCAN4 enabled and ETHFW disabled?
Thanks,
Minh