-
I have a problem when using pyOCD with an ATSAMD21G18A chip. The vendor file lists two PDSC entries for that part:
1. Keil.SAMD21_DFP 1.3.1 (deprecated 2020-10-21)
2. Microchip.SAMD21_DFP 3.6.144…
-
Arduino: 1.8.12 (Linux), Board: "Arduino M0"
00_Register_Operator:33:1: error: 'SoftwareSerial' does not name a type; did you mean 'HardwareSerial'?
SoftwareSerial lteSerial(8, 9);
^~~~~~~~~~~~…
-
## Overview
- We need your help to add required Boards in the [Flux.ai](https://www.flux.ai/seeedstudio):
1. 24GHz mmWave Sensor for XIAO
2. Seeed Studio 6x10 RGB MATRIX for XIAO
3. Seeed Studio XIAO …
-
**Bug Description**
When using the `adc_raw_to_millivolts_dt` function at line ~804~ 906 of the `include/zephyr/drivers/adc.h` file, the oversampling described in the devicetree is not applied. Thi…
-
can we discuss some design about ADXL345 and SAMD21?
my skype is 825604406@qq.com
I appreciate it if you can help me.
-
This simple test of the PM->RCAUSE.bit.WDT bit cause an error in a CMSIS Macro... Other bits in RCAUSE work fine...
Arduino 1.85
SAMD21 1.6.19
CMSIS-Atmel 1.1.0
~~~
void setup() {
if (PM…
-
```
bsp/bsp_timer.ccp:13:7: error: 'CONFIG_TIMER_PWM_OUT4_TC' was not declared in this scope.
```
There should be some way to tell it how many you are using. Then don't try and setup.
-
I briefly looked into the source code but failed to find a clear path to add support for new boards (namely Seeedstudio XIAO, which is a tiny SAMD21 based MCU).
Would you like to provide some documen…
-
Example 1 sketch won't compile, I get the following error message(s):
> Arduino: 1.8.8 (Windows 10), Board: "SparkFun SAMD21 Pro RF"
>
> C:\Users\Mike\Documents\Arduino\libraries\SparkFun_Qwiic_…
-
On SAMD platforms (tested using Arduino Nano33 IoT and other similar SAMD21-based Sparkfun boards), I cannot find an easy way to find the cause of a panic. I'm concerned about panics from things like…