This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
FAQ Series: Multithreading on the AVR #71
Unanswered
pavly-gerges
asked this question in
Q&A
Replies: 1 comment
-
Answer: No, since avr is an 8-bit register MCU, then we cannot use a direct concept of multithreading, but a work around can be using interrupts, and this is still a WIP #64, interrupt subroutines are some modular registers used to do parallel actions, more the coming. Stay tuned ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we do multithreading on the AVR ?
Beta Was this translation helpful? Give feedback.
All reactions