Can STM32 set it self to bootloader mode thru software
I am trying to get STM32 to set it self bootloader mode.
One processor that I am trying to do it with is stm32f070rb and the second is stm32f070x6.
I send command to each of them, and in their program I set RX Callback to handle this command.
here is example callback handle:

stm32f070rb jump_to_bootloader function:

stm32f070x6 jump_to_bootloader function:

very weird thig is that stm32f070rb processor usualy set it self to bootloader mode, but sometimes it doesn't. But on stm32f070x6 processor it doesn't work at all.
Any idia why doesn't it work?
