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

Newer version not just missing data but doing wrong calculations #46

Open
andrebraga opened this issue Feb 1, 2024 · 1 comment
Open

Comments

@andrebraga
Copy link

1.30.1107
image

1.31 release, 1.31.1213 (Debug):
image

So speed and tRFC(ns) are broken, but clocks are indeed better :) How may I further help with this?

@irusanov
Copy link
Owner

irusanov commented Feb 1, 2024

A debug report would be helpful (Tools -> Debug). Each SKU usually has a different table version with different offsets. These table definitions are loaded based on the codename of the processor. If the exact version is not found, then the default for the codename is loaded and in most of the cases it is not suitable. I'm heavily relying on user reports to add support for a new table version.

tRFC is calculated based on "Speed", which is calculated from MCLK. Currently, your MCLK is detected as 0.91MHz (wrong offset in the table).

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