First experimental boot on ATSAMD51 M4 core 120 MHz, 512 KB flash, 192 KB RAM + 8MB SPI FLASH . Theoretically can run #circuitpython This board is originally designed as game console for https://arcade.makecode.com/
- I am only removed RTC support :)
- Expecting troubles with sharing SPI between LORA and display
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
You have several separate sercoms on the SAMD51, why do you need to share the bus?
Are you sure? yes | no
1. I need reserved 11 GPIO for keyboard 2. have no idea how to configure this sercoms. I need arduino core for D51 without QSPI flash to use all pins.
Are you sure? yes | no
I see. Have you considered switching to CircuitPython? Then you can:
1. use a shift register, CircuitPython has gamepad_shift module built in for it (and MakeCode Arcade too), 2. use CircuitPython, it supports all the sercoms (plus the QSPI flash)
Are you sure? yes | no
I do not want shift register, I like your pewpew m4, simple clean single chip design, with internal memory storage. I'm not entirely convinced about switching to D51, I like the D21E package, but D51 can significantly enhance functionality without price change.
Are you sure? yes | no