Search found 502 matches

by stevestrong
Fri May 21, 2021 9:37 am
Forum: General discussion
Topic: Issue with STM32F1 Blue Pill and USB
Replies: 10
Views: 21201

Re: Issue with STM32F1 Blue Pill and USB

You could eventually try to re-solder the USB pins, it may help.
by stevestrong
Fri May 21, 2021 8:32 am
Forum: General discussion
Topic: Multiple i2c port drive & Multiple SPI port drive
Replies: 12
Views: 6590

Re: Multiple i2c port drive & Multiple SPI port drive

To use the second I2C port you can use following lines as shown in https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/098a98c30e01eeb3f1cf9e9589a74a9263251e7c/STM32F1/libraries/Wire/examples/i2c_scanner_wire/i2c_scanner_wire.ino#L29-L31 (remove comment from the beginning of the lines). For SP...
by stevestrong
Fri May 21, 2021 8:23 am
Forum: General discussion
Topic: Arduino error about multiple wire.h libraries
Replies: 0
Views: 1783

Re: Arduino error about multiple wire.h libraries

Please insert to line 124 of
C:\Users\Umer\AppData\Local\Arduino15\packages\stm32duino\hardware\STM32F1\2021.3.18\libraries\Wire/utility/WireBase.h
the following line:

Code: Select all

    size_t write(const uint8* buf, int nr) { write((uint8*)buf,nr); }
and try again.
by stevestrong
Sun May 09, 2021 10:20 am
Forum: General discussion
Topic: Issue with STM32F1 Blue Pill and USB
Replies: 10
Views: 21201

Re: Issue with STM32F1 Blue Pill and USB

As I said, always leave the jumpers on default positions "0" (GND) . It is known that USB3 ports do have problems with the board, so better use USB2 only. Flash this BIN file with STLink, or better with STM32CubeProgrammer. If you use/install the latest, it will also install the serial dri...
by stevestrong
Thu May 06, 2021 1:54 pm
Forum: General discussion
Topic: Issue with STM32F1 Blue Pill and USB
Replies: 10
Views: 21201

Re: Issue with STM32F1 Blue Pill and USB

You don't need to change BOOT0, leave the jumper all the time on 0, and flash the bootloader again.
Which PID is shown on the working laptop?
The 0003 is the PID for the DFU mode, and 0004 for CDC serial.
by stevestrong
Sat May 01, 2021 9:50 pm
Forum: Projects
Topic: CNC firmware for robot arms + more (timer & upload questions)
Replies: 4
Views: 5198

Re: CNC firmware for robot arms + more (timer & upload questions)

viewtopic.php?f=2&t=301
Which core? Which OS?

Here, in general, only Arduino IDE is supported, as the forum title indicates.
For other IDEs you are on your own. Eventually you may find some answers in the IDE section of the forum.
by stevestrong
Sat May 01, 2021 9:48 pm
Forum: IDE's
Topic: Arduino IDE
Replies: 2
Views: 2947

Re: Arduino IDE

viewtopic.php?f=2&t=301

Which OS?
You need to install STM32CubeProgrammer.
by stevestrong
Sat May 01, 2021 9:46 pm
Forum: General discussion
Topic: Any support/use for STM8?
Replies: 4
Views: 2428

Re: Any support/use for STM8?

There is a section dedicated for STM8: viewforum.php?f=75
With F401 you can do same (and more) as you want with F103.
by stevestrong
Mon Apr 19, 2021 1:44 pm
Forum: General discussion
Topic: USB Host, what solution?
Replies: 24
Views: 13454

Re: USB Host, what solution?

According to this link you do it in CubeMX: https://controllerstech.com/stm32-usb-host-hid/
by stevestrong
Mon Apr 19, 2021 9:09 am
Forum: General discussion
Topic: USB Host, what solution?
Replies: 24
Views: 13454

Re: USB Host, what solution?

I would use a F4x1 pill and some apps already available on the net, like this:
https://damogranlabs.com/2018/02/stm32- ... -keyboard/
g**gle is your friend 8-)

Go to advanced search