Other Parts Discussed in Thread: HALCOGEN,
Tool/software: Code Composer Studio
Hello,
I have recently used the lwIP demo provided to send some data over udp to a pc, the end goal of this is to send data received on CAN over udp. I have modified in Halcogen everything so that CAN communication should work. I have done this using a previous project where CAN communication works, however, in this project, with lwIP, CAN does not work. I have tried to find some difference between the two projects, I even made the same alterations in Halcogen to the working CAN communication project as the lwIP demo, and the previous project works, adn the lwIP project still fails to send / receive CAN messages.
I have even checked the control register of the can module of the 2 projects and they are the same, the halcogen project for the two is the same. There is clearly something in the lwIP demo or files that somehow disables can communication, but I cannot figure it out.
Has anybody had the same problem? Does anybody know of anything in the lwIP demo that can interfere with CAN communication?
Thank you.