supercan icon indicating copy to clipboard operation
supercan copied to clipboard

Support for CANBed M4?

Open marshallmassengill opened this issue 2 years ago • 4 comments

Have been following for a while and just noticed SEEED is selling these: https://www.seeedstudio.com/Canbed-M4-p-4782.html

I suspect they could work with this without too much effort given they are SAME5 based. Any chance support could be added?

Happy to try and help with this but not entirely sure where to start. Looks like maybe the board support for tinyusb? Thanks!

marshallmassengill avatar Jun 23 '22 17:06 marshallmassengill

Should be easy enough. Do you have a debug probe which you can use to flash the chip?

jgressmann avatar Jun 24 '22 13:06 jgressmann

Yeah, I've got a debugger I can use for it. It looks like the chip is the same as the Adafruit ItsyBitsy M4, which already has support in the tinyusb project. I suspect that, combined with the Feather M4 CAN Express work you added would get the job done, maybe with some minor tweaks. I was going to look at this weekend and see what I could manage to do.

marshallmassengill avatar Jun 24 '22 13:06 marshallmassengill

No luck so far. Ran into some weird issues that I think are from the specific includes for the feather M4. Still working on this but going to take longer than I thought it would.

marshallmassengill avatar Jun 27 '22 15:06 marshallmassengill

Keep at it, you'll get there. If you'd like me to look at what you go so far, please open a PR.

jgressmann avatar Jun 27 '22 18:06 jgressmann

Supported as of v1.0.18

jgressmann avatar Jan 28 '23 16:01 jgressmann