-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Lesson03] Exercises questions #70
Comments
@bl4ckout31, The local timer described in the |
@s-matyukevich Thanks a lot! For exercise 1, I thought it was the one I mentioned because it's the only one baside the system timer in the For the reasons mentioned above, I tried to use the same timer in exercise 3 but it didn't work at all. That's how I ended up on the EDIT: It looks like the local timer is not emulated either. |
@bl4ckout31 So can you tell me how you did it? Did you use a real machine or something else? |
@f0rm2l1n I used the RPi 3 local timer for the real hardware and the ARM generic timer for QEMU. |
@f0rm2l1n After some testing, it looks like QEMU now implement the RPi 3 local timer with the same behavior, at least on version 4.1.0. For this exercice, the same code apart from |
I have 2 questions about the exercises of Lesson03 that I'm currently trying to complete, respectively exercise 1 and 3.
Is the
local timer
theTimer (ARM side)
of BCM2835 Peripherals manual p.196 ?Is the
ARM generic timer
mentioned here the one mentioned in my previous question orThe Generic Timer in AArch64 state
of Aarch64-Reference-Manual p. 2321 ?The text was updated successfully, but these errors were encountered: