Other Parts Discussed in Thread: HALCOGEN
hello,
Recently, i start to use TMS570LC43x LAUANCHPAD, and it‘s my first time to use TI's products.So,maybe I am not skilled at using it.
Now I have encountered such a problem.At first, I modified the lwip demo to send and receive UDP frame ,and it works well. Then i follow the instructions of the HALCOGEN DCAN communication example, and realized it ,it also works well.But when i combined them ,DCAN don't work. After debugging the program step by step ,i found that ,after canInit() executed,the register’s value of DCAN in the combined progarm is diferrent with that in the separate DCAN test program .Specifically,when Initial DACN 1 , excuting canREG1->IF1CMD = (uint8) 0xF8U; IF1CMD Stay the same ,seems can't be write.
This problem has troubled me for a long time,Has anyone encountered a similar problem? I don't know if it is wrong with me. Please give me some advice. I don't know what to do now.