WCT1013A Bootloader

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

WCT1013A Bootloader

650 Views
2194133213
Contributor I

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.

0 Kudos
1 Reply

541 Views
reyes
NXP TechSupport
NXP TechSupport

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.
-------------------------------------------------------------------------------

0 Kudos