2019-01-08 05:09 AM
Hello,
I am using STM32F070*B Nucleo board want to flash the device using Flash Loder demonstration software using UART communication. but this type of warning message came.
Link that i am following:
http://stm32f4-discovery.net/2014/09/program-stm32f4-with-uart/
2019-01-08 06:10 AM
Indicating the device is not in loader mode. Make sure BOOT0 is high and reset, entry is a one shot deal. Make sure UART being used is supported by loader. Use 9600 with EVEN parity.
2019-01-08 11:17 PM
hii Clive,
Boot 0 pin is high and device on the loader mode. UART is also supported by the loader,9600,even parity,protection level also checked. i am use the correct pin out. any other reason for this error..?
entry is one shot deal..? you mean delay..?