DPS-1200FB icon indicating copy to clipboard operation
DPS-1200FB copied to clipboard

HSTNS-30 Firmware dump

Open autonomousperson opened this issue 3 years ago • 3 comments

Not sure where to post this but figured you could add it to the collection. I got a PD30 with 2 PIC's on there!

https://drive.google.com/drive/folders/1T5wr3l3zmn4VAYcKgGfeoV2zda_dKJYr?usp=sharing

Ive gone through PMBus spec 1.2 and tried all the command codes and they do not seem to be working. command 37 seems to set fan speed on this one instead of 40

autonomousperson avatar Nov 04 '20 21:11 autonomousperson

Uh, those are some dsPIC33, maybe IDA could generate some C pseudocode for that instead of goind thru the whole thing in assembly, have you tried it?

vankxr avatar Nov 23 '20 00:11 vankxr

You can also use Ghidra todo so. There are 2 Firmware Images in the Flash.

https://pastebin.com/1MmqBZtJ

math322 avatar Apr 02 '22 09:04 math322

There are some special I2C commands that will trigger communication on the second I2C interface:

5E <3A/3B/3C/3D> ... CS

66 CS 68 CS

math322 avatar Apr 06 '22 07:04 math322