User Activity

I just received my new boards with STM32F730R8.I have always done UART flashing (*.hex file) that worked great on all other devices (STM32F1xx).But it does not work with STM32F730R8.Here I do not have the abilty to flash with JTAG.The latest FLASH LO...
I am flashing the internal memory for STM32F1xx by UART1 by setting: boot0 to high and boot1 to low; then booting from internal flash: boot0 to low and boot1 to low; all OK;I want to flash (UART1) and boot (internal) in the same way with a with a STM...