CAN Library

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
Gabrielojim
Posts: 2
Joined: Thu Jan 26, 2017 10:44 pm

CAN Library

Post by Gabrielojim » Sun Oct 29, 2017 10:20 pm

Hello:

I want to know how I can modify the code of the CAN library, that is I need to access to the code of the CAN library, change it and then load it again in the Pyboard.

Thanks a lot for your help!!!

SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: CAN Library

Post by SpotlightKid » Tue Nov 21, 2017 10:05 am

You would need to alter the C source code of the module and recompile and flash the firmware. Here's the source for the module in the stm32 port:

https://github.com/micropython/micropyt ... tm32/can.c

See the readme at the root of the repository on information how to compile the firmware.

Chris

Post Reply