07_timestamps - Why abort if the frequency read back as 0? #224
Unanswered
ChocolateLoverRaj
asked this question in
Tutorial Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
boot.s
, it says "Abort if the frequency read back as 0." I wonder why? Why would it be zero? Damaged / malfunctioning hardware? And if it is zero, why not boot the Rust code and have the Rust code check if it's zero, and display a text error instead of a parking loop? I would assume that in the case that it is 0, it's better to have a readable error message than being confused about why nothing is happening.Beta Was this translation helpful? Give feedback.
All reactions