ArduinoModule-CMSIS-Atmel
ArduinoModule-CMSIS-Atmel copied to clipboard
Atmel Smart ARM devices CMSIS module for Arduino IDE
__NVIC_PRIO_BITS is 3 in the samd51j19a; see the data sheet section 10.1.3
These includes https://github.com/arduino/ArduinoModule-CMSIS-Atmel/blob/master/CMSIS-Atmel/CMSIS/Device/ATMEL/saml.h#L23 are missing a folder level (another `/include/`). See https://github.com/arduino/ArduinoModule-CMSIS-Atmel/blob/master/CMSIS-Atmel/CMSIS/Device/ATMEL/samd.h
This PR add support for SAME51 header from `SAME51_DFP.1.1.139`. Please let me know if you have any feedback/review @ladyada
In the process of debugging a samd51j19 based system (Adafruit Feather Express M4) I noticed that the __NVIC_PRIO_BITS defined in the file CMSIS/Device/ATMEL/samd51/include/samd51j19a.h is (incorrectly) set to 2. The official...
I've been trying to use TCC3 on the SAMD21 in a project, but there is not support for it in Arduino. It looks like Atmel/Microchip added TCC3 in a later...
Hello i was searching for the Sam4e chip and i came across this Github and i was wondering has anyone got this to work with Arduino ide yet? joseph
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() {...
"samd20/" folder ist missing (called in samd.h) samd.h: ``` #elif defined (__SAMD20G18__) #include "samd20/include/samd20.h" ```