1st question: Wrong measurement of DC BUS voltage 1. In the absence of voltage, the terminal was -47~-50v.
In this case, both microcontrollers MG 1 and MG 2 show the correct voltage on the buses
A change has been made to the Atmega code from Bexander
#define DCBUS1_OFFSET_BITS 0// It was 100. Changed it to 0, did I do the right thing? Doesn't bang? )))
#define DCBUS1_V_PER_BIT 0.553
#define DCBUS1_V_PER_BIT_x1024 566 // (DCBUS1_V_PER_BIT * 1024)

2nd question: Wiring diagram - did I do everything right?

HV _CON - Resistor required in parallel? Did I understand correctly?
3rd question: Is communication with bms via CAN bus mandatory? (SimpBMS is planned) I don't have bms yet and I'm still doing experiments on lead batteries from UPS.
Well, I repeat the post above - will it work in one phase? And possible consequences.
Thanks to all!