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

Which parts support NVM version 2? #58

Open
llinjupt opened this issue Feb 24, 2022 · 3 comments
Open

Which parts support NVM version 2? #58

llinjupt opened this issue Feb 24, 2022 · 3 comments

Comments

@llinjupt
Copy link

Hi All,

I wonder which parts support NVM version 2? I have checked the code and found the NVM version depends on flash pagesize.
nvm_version = (flash_pagesize >= 256) ? 2 : 1;

But after glancing over those datasheets, even the largest size-mounted flash parts like ATtiny3224/3226/3227 only implemented with flash pagesize 128Bytes. So anyone knows which parts support NVM verson 2/ flash page size >= 256 bytes. Thanks in advance.

@ElTangas
Copy link
Owner

ElTangas commented Feb 24, 2022

These parts are the AVR-DA and AVR-DB.
You can check the end of the avrdude.conf file for a full list.

For example: https://www.microchip.com/en-us/product/AVR128DA48

@llinjupt
Copy link
Author

llinjupt commented Feb 25, 2022

These parts are the AVR-DA and AVR-DB. You can check the end of the avrdude.conf file for a full list.

For example: https://www.microchip.com/en-us/product/AVR128DA48

Thanks for your quick response, and that's really helpfull. BTW, the parts of AVR series are really making people confused. :<)

@ElTangas
Copy link
Owner

ElTangas commented Mar 1, 2022

Yeah, after Microchip bought Atmel, they came up with this new naming scheme.

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

No branches or pull requests

2 participants