dose flash loader demonstrator support STM32G474 chips? am I doing wrong with STM32G474?
I am trying to do download bin file through uart (serial trans)
I have experience which downloaded using flash loader demonstrator with STM32F4 series.
so I thought it could be easy to do with STM32G474
and I found datasheet about option bit can choose boot mode.
so I changed option bits .
but flash loader demonstrator doesn't work..
flash loader program couldn't find mcu.
it show messages that " No response from the target, the boot loader can not be started
please verify the boot mode configuration and the flash protection status
reset your device and try again. "
so I tried every combination of option bits ( nBOOT1,nSWBOOT0,nBOOT0) .. 8 times.
but it still doesn't work well.
I don't understand what should I do for using demonstrator with STM32G474..
please help me.