Open wolfc01 opened 6 years ago
stm32_send_init_seq sends a 7F to the stm processor and expects an 0x79 (ACK). Sometimes the serial port receives a 0x00 prior to the 0x79.
The FLASHER-STM32 code from STM (http://www.st.com/en/development-tools/flasher-stm32.html) contains above workaround. in file STUARTBLLIB.cpp, line 743 as downloaded from STM.
stm32_send_init_seq sends a 7F to the stm processor and expects an 0x79 (ACK). Sometimes the serial port receives a 0x00 prior to the 0x79.
The FLASHER-STM32 code from STM (http://www.st.com/en/development-tools/flasher-stm32.html) contains above workaround. in file STUARTBLLIB.cpp, line 743 as downloaded from STM.