DxCore
DxCore copied to clipboard
Arduino core for AVR DA, DB, DD, EA and future DU-series parts - Microchip's latest and greatest AVRs. Library maintainers: Porting help and adviccee is available.
At least now I can *compile* for EA!
This updates the checkout for Github Actions to v4 in order to avoid running into impending deprecation and failure of the actions.
After much experimentation, I have build an HV programmer for the DD series (shameless plug: https://www.tindie.com/products/iboguslavsky/avr-dd-series-high-voltage-hv-programmer/)
First off, let me say the level of detail in your docs is amazing. The amount of time and effort you've put into researching these parts is clear. That said...
I found myself troubleshooting non-working millis() and delay() on AVR16DD14. The counter stays at 0 and is not advancing. millis() is set to use MILLIS_USE_TIMERB2, which this part doesn’t appear...
Well, the title pretty much states what I'm seeing. I'm working on a new project and for this I'm using the DD14 for the first time. I'm using the Arduino...
I've tested this on the AVR32DD14 and the AVR64DD28. When I configure IDE to disable MVIO (single supply) it seems to ignore my request and the MCU stays in dual...
First off, thank you for continuing the development to support these chips. You saved me a ton of development time. So, I can explain why SPI and ISRs are actually...
Hallo, I'm dealing with TWI right now. I noticed that your naming scheme is not 100% the same. The TWI buffer length '_BUFFER_LENGTH_' should have the name TWI_BUFFER_LENGTH. Otherwise it...
Any chance you would consider adding a board variant for the AVR128DA48 to match Arduino Nano Every pinout? I would like to use this chip as an anternative to the...