Search found 6 matches
- Mon Jan 20, 2020 1:20 pm
- Forum: General discussion
- Topic: Can't open serial monitor using ST Link and STM32F103C8
- Replies: 16
- Views: 43125
Re: Can't open serial monitor using ST Link and STM32F103C8
note that libmaple core has its origins here
http://docs.leaflabs.com/static.leaflabs.com/pub/leaflabs/maple-docs/latest/maple-quickstart.html
it is really fine core for those willing to venture beyond the 'com' ports
i actually played with the original maple arduino ide and literally used it
in ...
- Sun Jan 12, 2020 10:09 am
- Forum: General discussion
- Topic: Can't open serial monitor using ST Link and STM32F103C8
- Replies: 16
- Views: 43125
Re: Can't open serial monitor using ST Link and STM32F103C8
before doing a 'reset' , a few more things to try:
after following the instructions, connect usb - press reset on the pill board
in device manager did windows find a usb dfu device ? you can try the next steps nevertheless
if it did in the (arduino) IDE
make a sketch e.g.
uint8_t led = 0;
void ...
- Fri Jan 10, 2020 4:11 pm
- Forum: General discussion
- Topic: Can't open serial monitor using ST Link and STM32F103C8
- Replies: 16
- Views: 43125
Re: Can't open serial monitor using ST Link and STM32F103C8
I installed bootloader by this tutorial...
I am a beginner at this, so please understand me.
if you are using windows follow these instructions to get usb-serial and DFU working
https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki/Installation
^^ please read the instructions here as ...
- Fri Jan 10, 2020 1:40 pm
- Forum: General discussion
- Topic: Can't open serial monitor using ST Link and STM32F103C8
- Replies: 16
- Views: 43125
Re: Can't open serial monitor using ST Link and STM32F103C8
BluePill has an USB connector. you don't need the USB-to-TTL adapter.
without the stm32duino bootloader you can't upload over USB , but you should be able to print to Serial Monitor over USB with Serial like on any Arduino.
the ST-Link doesn't use 'com' port for upload, so you can have the com ...
- Thu Jan 09, 2020 4:15 pm
- Forum: General discussion
- Topic: Can't open serial monitor using ST Link and STM32F103C8
- Replies: 16
- Views: 43125
Re: Can't open serial monitor using ST Link and STM32F103C8
ST-Link is not a Serial adapter, it is a programmer. You can't open a Serial Monitor over ST-Link.
to see the Serial prints connect the Blue Pill with USB cable. without bootloader listening on USB you can't upload over USB but it works as Serial (or Serial1?) with Serial Monitor or other ...
- Thu Jan 09, 2020 12:16 pm
- Forum: General discussion
- Topic: Can't open serial monitor using ST Link and STM32F103C8
- Replies: 16
- Views: 43125
Can't open serial monitor using ST Link and STM32F103C8
Hi, I started using STM32F103C8 (Blue Pill) and I have encountered a problem. I am using ST-LINK v2 for communication and Arduino IDE. I installed everything right and when I upload code over ST-LINK, it is working, so the communication is fine.
You can see that i uploaded a blink and it's working ...
You can see that i uploaded a blink and it's working ...