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

How to wake up from sleep using WDT reset? (atmega64) #197

Open
MFahreza69 opened this issue Jan 31, 2023 · 3 comments
Open

How to wake up from sleep using WDT reset? (atmega64) #197

MFahreza69 opened this issue Jan 31, 2023 · 3 comments

Comments

@MFahreza69
Copy link

No description provided.

@MFahreza69 MFahreza69 changed the title How to wake up from sleep using WDT reset? How to wake up from sleep using WDT reset? (atmega64 Jan 31, 2023
@MFahreza69 MFahreza69 changed the title How to wake up from sleep using WDT reset? (atmega64 How to wake up from sleep using WDT reset? (atmega64) Jan 31, 2023
@MFahreza69
Copy link
Author

I am new in microcontroller programming, and i still confuse for waking up atmega64 from sleep using WDT reset because its not like atmega328 who has WDT interrupt, anyone can explain or give some simple code?
Thank You

@MCUdude
Copy link
Owner

MCUdude commented Jan 31, 2023

It seems like you can't wake up using the WDT on the ATmega64. It's an older device compared to newer chips like the ATmega1281, so its features are a bit limited.

From the ATmega64 datasheet:
image

From the ATmega328P datasheet:
image

@MFahreza69
Copy link
Author

Thank you for your response :D, i see that atmega64 hasn't wake up source using WDT
but is that possible for using the WDT timeout period and reseting the chip for wake up source?

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