-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the ATSAMDA1 micro supported? #623
Comments
I'm not sure if that chip existed when this project began. 😅 Anyway, I would recommend looking through the datasheet to see how it compares to other chips we support in order to determine if it needs a separate pac or can use one of the existing ones. |
From diffing ATSAMD21G16B.svd with ATSAMDA1G16B.svd, it looks like there are only a few differences:
Actually, the ATSAMD21J16B is an even closer match since it also has the extra TCs, although interestingly, it looks like the HAL doesn't support them. Does anyone anticipate any issues going ahead with treating the DA1G chip as a D21J? |
FWIW, we (Vital) added a proper PAC and HAL adjustments based on the SVD, though we're still developing against it so might find issues. it's also based on the WIP v2 clocking branch. if anybody needs ATSAMDA1 support though they might find it useful: VitalBio#1 |
I'm looking to develop for a ATSAMDA1G16B microcontroller. It isn't listed in this repo as a supported chip, but it shares a datasheet with the D21 chips. Is it supported out-of-the-box? Do I need to add support to get it to work properly (add PAC, add to HAL)?
The text was updated successfully, but these errors were encountered: