Adafruit Feather M4 Express CAN

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
ghilliesuit
Posts: 15
Joined: Fri Feb 25, 2022 2:55 am

Adafruit Feather M4 Express CAN

Post by ghilliesuit » Sun Jul 17, 2022 10:55 pm

Is there an operational uPy port UF2 out there for these?

I could use Circuit Python or C/C++, but I'm growing accustomed to uPy at this point. Hoping someone is sitting on this and is willing to share.

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Adafruit Feather M4 Express CAN

Post by jimmo » Mon Jul 18, 2022 3:33 am

ghilliesuit wrote:
Sun Jul 17, 2022 10:55 pm
Is there an operational uPy port UF2 out there for these?
This is a SAME51 board right? I'm not sure how hard it will be to extend the SAMD port to SAME.

Note: CAN is not currently supported on the samd port either.

User avatar
scruss
Posts: 360
Joined: Sat Aug 12, 2017 2:27 pm
Location: Toronto, Canada
Contact:

Re: Adafruit Feather M4 Express CAN

Post by scruss » Mon Jul 18, 2022 3:34 am

Not that I know of. It uses an ATSAME, and the nearest thing is the very early-stage ATSAMD port

ghilliesuit
Posts: 15
Joined: Fri Feb 25, 2022 2:55 am

Re: Adafruit Feather M4 Express CAN

Post by ghilliesuit » Tue Jul 19, 2022 2:55 am

According to specs it's the ATSAME51J19.

No worries. There is Circuit Python or C++. I may dust off my C++ just to brush up on those skills again.

I'll keep checking back to see if future support is added. I'm an embedded newbie so performing a port myself just isn't realistic. Love the uPy project though.

Thanks guys.

Post Reply