Search found 8 matches
- Fri Sep 23, 2022 8:05 pm
- Forum: General discussion
- Topic: [Solved] Connectivity problems with Blue Pill and ST-Link v2
- Replies: 14
- Views: 17536
Re: [Solved] Connectivity problems with Blue Pill and ST-Link v2
As for Tools> Board part number, for whatever reason, the items are in a different order to what I have seen on Windows and Linux Mint with Arduino IDE 1.8.x, but "Board part number " is there in the image you showed??? Or does that not work?
Well, I really have to apologize again. When I was ...
- Fri Sep 23, 2022 2:31 pm
- Forum: General discussion
- Topic: [Solved] Connectivity problems with Blue Pill and ST-Link v2
- Replies: 14
- Views: 17536
Re: Connectivity problems with Blue Pill and ST-Link v2
You previously mentioned choosing "Generic STM32F0 series" as the board type. I'm not sure if you subsequently realised that was wrong, because your latest image still shows the same incorrect selection. You will not be able to select Blue Pill until you change that (which, presumably you must ...
- Thu Sep 22, 2022 11:04 pm
- Forum: General discussion
- Topic: [Solved] Connectivity problems with Blue Pill and ST-Link v2
- Replies: 14
- Views: 17536
Re: Connectivity problems with Blue Pill and ST-Link v2
With "STM32 MCU based boards" chosen, the boards available are these:
https://i.postimg.cc/ZntHfLSc/boards.png
I see in Windows that under Tools a "Board part number" can be selected to specify BluePill F103C8. However, on the Mac I'm not seeing a Tools > Board part number menu item, nor any ...
https://i.postimg.cc/ZntHfLSc/boards.png
I see in Windows that under Tools a "Board part number" can be selected to specify BluePill F103C8. However, on the Mac I'm not seeing a Tools > Board part number menu item, nor any ...
- Thu Sep 22, 2022 9:37 pm
- Forum: General discussion
- Topic: [Solved] Connectivity problems with Blue Pill and ST-Link v2
- Replies: 14
- Views: 17536
Re: Connectivity problems with Blue Pill and ST-Link v2
well, review the wiki
https://github.com/stm32duino/wiki/wiki
https://github.com/stm32duino/wiki/wiki/Getting-Started
the "official" STM core is integrated with STM32Cube programmer, hence, it can program it directly from within Arduino IDE.
Thanks, I wish I'd seen the Getting-Started wiki ...
- Thu Sep 22, 2022 1:55 am
- Forum: General discussion
- Topic: [Solved] Connectivity problems with Blue Pill and ST-Link v2
- Replies: 14
- Views: 17536
Re: Connectivity problems with Blue Pill and ST-Link v2
It's not "STM32_Programmer_CLI", it's just STM32CubeProgrammer, like it's there in error. You need it to use STM STM native upload methods.
Ok, thanks. On the st.com site I found and downloaded a package called STM32CubePrg-Mac, and with a little effort was able to install STM32CubeProgrammer ...
- Wed Sep 21, 2022 11:11 pm
- Forum: General discussion
- Topic: [Solved] Connectivity problems with Blue Pill and ST-Link v2
- Replies: 14
- Views: 17536
Re: Connectivity problems with Blue Pill and ST-Link v2
What happens if you just try to upload something? Select Upload method: "STM32CubeProgrammer (SWD)" first.
Can't try it on the Macs, but when I do on the Windows PC (which was already set for the above upload method), the compilation seems to complete ok, and then I get this error:
An error ...
- Wed Sep 21, 2022 9:01 pm
- Forum: General discussion
- Topic: [Solved] Connectivity problems with Blue Pill and ST-Link v2
- Replies: 14
- Views: 17536
[Solved] Connectivity problems with Blue Pill and ST-Link v2
Today I've had problems while trying to install Arduino IDE, configure it for STM32, and communicate with an STM32F103C8T6 connected through an ST-Link v2, trying both on macOS and in Windows 10. The STM32 and programmer were bought in this package: https://www.amazon.com/dp/B079B95L9Y .
On Mac, I ...
On Mac, I ...
- Wed Sep 21, 2022 6:02 pm
- Forum: Let us know a bit about you and your projects
- Topic: Intro
- Replies: 0
- Views: 8232
Intro
Hi all, glad to be here.
I have a little experience in the past working with some of the Arduino boards, but not recently. For current projects I'm interested in trying the STM32 Blue Pill. This morning I installed the Arduino IDE (first under macOS, also Windows 10) and added the necessary STM32 ...
I have a little experience in the past working with some of the Arduino boards, but not recently. For current projects I'm interested in trying the STM32 Blue Pill. This morning I installed the Arduino IDE (first under macOS, also Windows 10) and added the necessary STM32 ...