Question
STM32F100C8T6B Bootloader issues
Posted on December 03, 2012 at 20:42
I am trying to talk to the bootloader in the STM32F100 and having some issues.
I can successfully send the 0x7F and get back a 0x79 ACK. Next when i send a Get Command i don't get any response. I am sending two bytes to the micro (0x00 and 0xFF), but get no response. When i send the Get Command again, I get back a NAK. (0x1F). Is the Get command supported by this processor? -David #stm32-uart-bootloader-parity