Hi,
I use the AMC6821.
I have an issue for the 1st readback of the tach speed. I read 0x0000. I expect 0xFFFF because the fan is stopped when I read the tach speed.
If I insert a tempo of around 2s, that becomes OK (ie I read 0xFFFF).
Why should I insert such a tempo ?
Hereunder, how I use the controller:
1- Power-ON
2- HW + SW init (more than 2s)
3- Init of AMC6821 as follows:
GENE_CONF_1 _X |
0x00000091 |
GENE_CONF_2 _X |
0x00000036 |
GENE_CONF_3 _X |
0x00000082 |
GENE_CONF_4 _X |
0x000000B8 |
FAN_DCY_REG_X |
0x00000090 |
FAN_CHARACTERISTICS_X |
0x0000001C |
4- Read of TACH_DATA
Regards.