This commit is contained in:
rusefi 2020-05-17 17:08:04 -04:00
parent 902b11fb5e
commit 5937ef8123
1 changed files with 5 additions and 1 deletions

View File

@ -47,11 +47,15 @@ const unsigned short MC33816_data_RAM[128] =
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
};
// 0x1CE
// if set to 1 Driver_status register is reset on read.
#define Rsetbr 1
// Data to be loaded into the Main register memory space
const unsigned short MC33816_main_config[29] =
{
0x0003, 0x1FFE, 0x0000, 0x1200, 0x0000, 0x0000, 0x0001, 0x0000, 0x001F, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, Rsetbr, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
};