2024-02-14 04:45 AM
hello to all
i want to build project on bluepill board i want to include stm32-mw-openbl
i got it from https://github.com/STMicroelectronics/stm32-mw-openbl is there any example for this
haw to include in ide
2024-02-14 05:15 AM
Well, that is already the example you want.
However, you want to use a Blue Pill, which has been known for years to use illegal fakes instead of the original STM32F103, which work differently or not at all for a number of functions. I would therefore strongly recommend that you use a board with an original STM32, e.g. one of the universally usable NUCLEO boards.
Regards
/Peter
2024-02-14 05:20 AM
@Elmofty wrote:i got it from https://github.com/STMicroelectronics/stm32-mw-openbl
So you saw this:
and this:
2024-02-14 08:08 AM
thanks for your replay i try to creat new project with device stm32f103c8t6 but haw to enable
bootloader as https://github.com/STMicroelectronics/stm32-mw-openbl in the mediaware which packet need to install
2024-02-14 08:40 AM
Did you read the "How to use" section?
Have you followed the videos ?
2024-02-14 11:18 AM
i think there is miss understand i want to build a project to work as programmer i want to program stm23 device using the boot loader usart with another stm32f103 i means to make one device as programmer as host to connect to the another stm32f103 to program i have see the document an3155 and see all the command all i am looking for it there any lib i can use to build the host device
2024-02-15 01:00 AM
Well, that does sound like a completely different question to your original post!
You've marked this thread as solved - you need to undo that, or people will just assume that no further replies are needed!