Skip to content
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

HAL for ATmega324PB/328PB #19

Open
JonSilver opened this issue Jul 13, 2018 · 1 comment
Open

HAL for ATmega324PB/328PB #19

JonSilver opened this issue Jul 13, 2018 · 1 comment

Comments

@JonSilver
Copy link

I was surprised to find no apparent direct HAL support for the ATmega324PB/328PB MCUs in CryptoAuthLib, and no ATECC508a examples on Atmel Start for the ATmega324PB Xplained Pro board even though the board comes with the 508a installed.

What would you recommend for a HAL between ATmega328PB and ATECC608a? It is best to just use the i2c bitbanging hal? We have a solution which will deploy up to a million units and we're using the 608a on a custom PCB to implement node authentication/authorisation and encryption.

Thanks in advance.

@bryan-hunt
Copy link
Contributor

We're still working on integrating toolchains so for this one I think the best path for you will be to check out the recent AVR IoT project.

Start Examples -> Select Board: ATmega4808 AVR IoT WG and Download either of the examples presented

This is about as close as I can get to the ATmega324PB right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants