atsamd
atsamd copied to clipboard
Target atsamd microcontrollers using Rust
I am working on a custom board on which I plan to use PA08 and PA09 as UART. According to the datasheet, PA08 and PA09 are available as SERCOM0/IoSet1/AlternateD and...
Hello, currently i'm using a mix of harmony v3 + C++ Modules and new Modules written with rust / embassy and this crate. Therefore the clock configuration for many drivers...
Probe-rs threw some errors when opening debug configurations with the ATSAME54P20A SVD file in this repository. The following lines are in question - there is a single hex digit typo...
Our Feather M0 BSP has features for some specific variants of the board, for instance the `rfm` feature for "RadioFruits", `adalogger` if the SD card shield is added, `express` for...
DAC
# Summary DAC implementation for thumbv6m # Checklist - [ ] `CHANGELOG.md` for the BSP or HAL updated - [ ] All new or modified code is well documented, especially...
I'm using the metro_m0 board example blinky. However, I have to double press the physical reset button every time and this gets annoying. The arduino IDE somehow gets around this...
# Summary Old API for timers was quite bare-bone. New one tries to expose more functionality in a typesafe and ergonomic way. New abstraction is not _complete_ in terms of...
When trying to run wifi_scan example for Wio Terminal board I encountered issue with USART communication for Wifi driver. Short debugging session shows that there are some calls to handing...
# Summary - The board is added as a clone of `feather_m4` with chip changed ATSAM(D->E)51J - Adapt pinmux: alternate function pins for CAN1 connecting to TCAN1051 transceiver - Clone...