STM32CUBEPROG to upload firmware via SPP Bluetooth Port
I am using an open bootloader from st for the firmware update in my project. Bluetooth module is connected to MCU via UART, which is configured to communicate with the computer via SPP protocol. Basically, I am able to communicate with the MCU like a serial com port.
I want to know if I can use the stm32cubeprog UART feature to upload the firmware on the MCU running ST Open Bootloader?
ST Open Bootloader: https://github.com/STMicroelectronics/stm32-mw-openbl
