Search found 24 matches

by Vassilis
Fri Feb 17, 2023 1:30 pm
Forum: IDE's
Topic: Arduino IDE 2 & Debug feature
Replies: 45
Views: 34131

Re: Arduino IDE 2 & Debug feature

@fpiSTM
I will write a simple guide on how to install and use the STM32 debugger on Windows

[EDIT] I think it's better, to send you a GitHub pull request with the necessary changes
by Vassilis
Thu Feb 16, 2023 8:59 pm
Forum: IDE's
Topic: Arduino IDE 2 & Debug feature
Replies: 45
Views: 34131

Re: Arduino IDE 2 & Debug feature

Debugging works fine on Windows 10, Arduino IDE 2.0.3, STM32F303
Arduino_IDE_Debugging.jpg
Arduino_IDE_Debugging.jpg (79.35 KiB) Viewed 6379 times
by Vassilis
Tue Nov 15, 2022 6:46 am
Forum: Custom design boards
Topic: firmware update
Replies: 3
Views: 4111

Re: firmware update

@hyur
Maybe the STM32-Programmer is what you want.
https://www.mikrocontroller.net/topic/141711
Image
by Vassilis
Mon Jun 27, 2022 3:34 pm
Forum: General discussion
Topic: How use SPI1 and SPI2 same time
Replies: 4
Views: 1288

Re: How use SPI1 and SPI2 same time

As @ GonzoG already said, you can modify the default SD library and change the SPI port. This is the easy way, but you need to remember this modification in case you want to restore the original settings and connect the SD card to the SPI 1 port. Supposing that the official SD library is stored in t...
by Vassilis
Sat Mar 12, 2022 11:40 am
Forum: General discussion
Topic: How to use hid bootloader instead serial usb adpter
Replies: 1
Views: 1640

Re: How to use hid bootloader instead serial usb adpter

Hello utherbone,
Did you set the upload method ?

hidbootloader.PNG.jpg
hidbootloader.PNG.jpg (82.5 KiB) Viewed 1597 times
by Vassilis
Tue Jun 15, 2021 6:55 pm
Forum: STM32 HID bootloader
Topic: STM32F103C8T6 bluepill with HID Bootloader 2.2 problems uploading
Replies: 2
Views: 10548

Re: STM32F103C8T6 bluepill with HID Bootloader 2.2 problems uploading

This is because the usb port is not configured as a composite usb device. A USB Composite Device is a peripheral device that supports more than one device class ( source: keil.com ). For example, using the usb port as a composite device you can have a usb serial port, mouse and keyboard, all at the ...
by Vassilis
Wed Jul 22, 2020 9:36 am
Forum: Projects
Topic: STM32SAM - Speech Synthesizer
Replies: 4
Views: 5362

Re: STM32SAM - Speech Synthesizer

+1
by Vassilis
Thu May 28, 2020 8:59 pm
Forum: Custom design boards
Topic: Problem with custom made Board und HiD Bootloader
Replies: 7
Views: 6895

Re: Problem with custom made Board und HiD Bootloader

After you burn the HID bootloader with ST-Link, try to upload a blink sketch with HID Bootloader by using the following settings
HID-BL_Settings.jpg
HID-BL_Settings.jpg (83.63 KiB) Viewed 6866 times
by Vassilis
Fri May 01, 2020 10:30 am
Forum: STM32 USB CDC bootloader
Topic: STM32F1 USB CDC bootloader
Replies: 6
Views: 13055

Re: STM32F1 USB CDC bootloader

+1 :)
Well done Steve

Go to advanced search