Bootloader Get Version Command on STM32F407VGT6
Hello,
I used BOOT0 and BOOT1 to reboot in System Memory in order to use the embedded bootloader.
I wanted to use the Get Version Command (i saw it in AN3155). I first sent 0x7F to initialize the communication with the bootloader.
Then, i sent 0x01 and 0xFE. And there is what i receive :
First ACK is responding to 0x7F, the second one to 0x01 + 0xFE.
Then i'm supposed to get the version (0x31 = 3.1)
And then 2 options bytes 0x00.
As you can see, i can have only one, the second one is 0x01 finishing by an ACK. And there i've got 0x96 and 0xFF.
I don't really understand, did i miss something ?
There is the sequence of the Get Version Command from device side :
Thanks.
Regard,
Cyril Campanella.
