STM32F429ZIT6 reports wrong bootloader version 3.1 (only 7.x and 9.x should be possible according to AN2606 datasheet)
I'm trying to make communication with bootloader according to AN2606 and AN3155 datasheets.This small python program sends the Get command (0x00 0xFF) to get available commands and the bootloader version: (starts with 0x7f to select UART bootloader f...