User Activity

 I use STM32H723VET6. Bootloader ver 9.2. When I can send command GO at FDCAN (PD1, PD0), I receive ACK(0x79), but after that MCU is fail.My function:void BootCanGo(uint8_t* answer){           uint32_t Delayer = 0x8FFFFF;           uint8_t SendedData...