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

ATtiny3216 Hardware RESET #1125

Open
PM04290 opened this issue Jul 10, 2024 · 3 comments
Open

ATtiny3216 Hardware RESET #1125

PM04290 opened this issue Jul 10, 2024 · 3 comments

Comments

@PM04290
Copy link

PM04290 commented Jul 10, 2024

As described in datasheet of ATTiny3216, it is possible to make hardware reset with low voltage, but configuration must be enabled by fuse.
On menu UDPI, i have only "No Reset" or "reset enabled for Serie 2"

How to enable hardware reset on ~Reset/UDPI pin ?

@hmeijdam
Copy link

Find the "boards.txt" file from MegatinyCore and search for the word "expert". Then you will see that you can uncomment the 'expert mode' features. Make sure you realize that you will need a HV programmer to ever set the UPDI pin back to UPDI. That is why by default these options are commented out.

image

@PM04290
Copy link
Author

PM04290 commented Jul 10, 2024

@hmeijdam , thanks for solution... but for HV programmer i must learn to it; actually i use simple Nano with jtag2udpi firmware... I suppose it is not an HV programmer

@hmeijdam
Copy link

No, but you can make that into a HV programmer

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