This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我对我的SK-TDA4VM分别烧录了09.00.01.03 (12 Oct 2023)和09.00.00.08 (11 Aug 20
请问是RTOS processor SDK还是Linux processor SDK?
有CAN driver,请看下面的processor sdk user guide。
software-dl.ti.com/.../MCAN.html
按照操作指导,尝试后仍然是
请问具体是怎么操作的?
请看下面e2e工程师的回复。
In k3-j721e-common-proc-board.dts file , you have nodes for respective instances such as
&mcu_mcan0 {
pinctrl-names = "default";
pinctrl-0 = <&mcu_mcan0_pins_default>;
phys = <&transceiver1>;
status = "disabled";
};
If you want to use the respective instance then remove status = "disabled"
&mcu_mcan0 {
pinctrl-names = "default";
pinctrl-0 = <&mcu_mcan0_pins_default>;
phys = <&transceiver1>;
};