
Low-level programming - Registers - SAMD51 - Arduino Forum
May 25, 2021 · Hello everyone! I'm using a SAMD51 based board and I'm trying to understand how it really works. So far, I've done several tasks with it using the Arduino IDE and many of …
SAMD51 TC PWP mode for measuring frequency - Inputs?
Nov 23, 2020 · Hello! I would like to try and use a ATSAMD51J to read 4 distinct digital inputs, duty cycle and period. I've been reading around and think the TC instances should be able to …
Setting up a TC for SAMD51 to count milli-seconds
Sep 8, 2020 · Hello, After reading datasheet of SAMD51 for TC I have currently setup a TC(Timer/Counter) for the SAMD51 so it overflows every 0.001092 seconds,and then it …
SAMD51 - DMA for USB - 3rd Party Boards - Arduino Forum
Apr 19, 2020 · Hi! I am having issues understanding how DMA works in the SAMD51 processor. I am converting a SAMD21 library to run with D51 chips. From my understanding after reading …
Using DMA + DAC on SAMD51 - 3rd Party Boards - Arduino Forum
Jun 11, 2024 · hello currently I wrote this code for a SAMD51 board to produce three pulse waveform at different frequencies, mix/sum them, and output the result using the internal 12 bit …
SAMD51 Interrupt Tutorial sought. - Arduino Forum
Aug 19, 2019 · Hi, For days and days, I've searched for the SAMD-equivalent of this most excellent article of Arduino Interrupts and how to use them. By studying this tutorial, learning to …
SAMD51 multiple SERCOM issue - Programming - Arduino Forum
Nov 30, 2024 · August 23, 2023 Please, I need help with SERCOM configuration of SAMD51 Programming 4 44 December 6, 2024 Which samd21 pins have these alt functions General …
RS-485 on Serial1 with SAMD51 - Programming - Arduino Forum
Aug 23, 2024 · The SAMD51's SERCOM (Serial Communication) peripherals are modules that can be configured for either Serial (USART), SPI or I2C operation. The microcontroller's native …
SAMD51 USB Host and Device - 3rd Party Boards - Arduino Forum
Jan 14, 2021 · I'm looking to redesign the whole project onto a single PCB and base it off of the Atmel SAMD51 chip. My project uses both USB device and USB host capabilities, but I'm …
Samd51 pwm capture - 3rd Party Boards - Arduino Forum
Mar 25, 2022 · Continuing the discussion from SAMD51 TC PWP mode for measuring frequency - Inputs?: Hi MartinL, I tried your Program, I am Geting frequency Output. But PWM capture …