Hi,
WCT1013A's BootLoader is a serial port routine.I want to change it to CAN BootLoader.However, I added the can-c and can-h files in the WCT1013a application on the basis of routine, and the communication of CAN always failed. What should I do?
Who can help me? Thank you very much.
Hi,
There are several steps you need to perform in your code system to make your WCT1013A compatible with CAN protocol communication, you need to initialize the CAN port on your microcontroller, setup the BitRate of the CAN port, and change in the MAIN.C the serial port calling functions with the CAN functions, making the proper modifications to be able to use the CAN port as the Serial Port.
Have a great day,
Jose
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------