STM32H745 built in DFU bootloader serial number does not match CubeMX generated USB DFU device serial?
Hi!What is the serial number generation algorithm for the built in bootloader for STM32H745 controller?In F4 and F7 this was working:deviceserial[0] += deviceserial[2];IntToChar(deviceserial[0], (uint8_t*)&str[0], 8);IntToChar(deviceserial[1], (uint...