Skip to content

Commit

Permalink
Drop sense pin usage.
Browse files Browse the repository at this point in the history
Some mainboards don't implement sense pin properly and have other
signals connected to that pin. This can lead to invalid output voltage
reading. In the worst case sense could be bound to ground, which would
report 0V to the controller all the time, which would try to ramp up
the voltage to the maximum of about 4.4V. This could potentially kill
the CPU, especially low voltage K6-II or similar.

Due to this issue, the feedback voltage is now read directly at the
vcore output. This could potentially lead to slightly lower output
voltage at the CPU, since we would not read the sense from there, but
it is much safer and would work on more mainboards.
  • Loading branch information
necroware committed Jan 3, 2025
1 parent 095adea commit 1e31a05
Show file tree
Hide file tree
Showing 3 changed files with 660 additions and 751 deletions.
Loading

0 comments on commit 1e31a05

Please sign in to comment.