Search found 502 matches

by stevestrong
Wed Jul 07, 2021 8:23 am
Forum: General discussion
Topic: TFTLCD_8BIT_STM32 issue
Replies: 2
Views: 2501

Re: TFTLCD_8BIT_STM32 issue

You should go back to a version which worked, before adding analog read.
And then add again new features step by step.
Alternatively, set SLOW_WRITE to 1.
by stevestrong
Wed Jul 07, 2021 8:16 am
Forum: STM32 HID bootloader
Topic: This HID bootloader does not load the Arduino sketch, why
Replies: 13
Views: 19328

Re: This HID bootloader does not load the Arduino sketch, why

Rekog wrote: Tue Jul 06, 2021 12:52 pm Where is that option ?
Tools -> Upload method -> HID bootloader 2.0
Rekog wrote: Tue Jul 06, 2021 12:52 pmElse I forgot to says that it makes the board unfunctional after uploading the sketch with hid flash
Well, it depends whether do you use USB serial or not in your sketch.
Which board do you have?
by stevestrong
Thu Jul 01, 2021 2:26 pm
Forum: STM32 HID bootloader
Topic: This HID bootloader does not load the Arduino sketch, why
Replies: 13
Views: 19328

Re: This HID bootloader does not load the Arduino sketch, why

You have to select the corresponding bootloader in Arduino menu when uploading the sketch.
by stevestrong
Thu Jul 01, 2021 2:20 pm
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 7625

Re: BME280 gives wrong values after Ethernet begin with W5500

Which core do you use?
Please include code information in code tags in your posts.

Seems to have a conflict:
1. "128x32 SSD1306 display connected at B6/B7 I2C bus"
2. "#define BME_MISO PB7
#define BME_MOSI PB6"
by stevestrong
Sat Jun 26, 2021 9:01 am
Forum: Projects
Topic: Issues with AD Conversion
Replies: 10
Views: 5882

Re: Issues with AD Conversion

Why don't you use ADC1?
For pins please use PAx, PBy format.
by stevestrong
Fri Jun 25, 2021 3:59 pm
Forum: General discussion
Topic: LCD ID 0x4747 using STM32F103C8T6
Replies: 4
Views: 34709

Re: LCD ID 0x4747 using STM32F103C8T6

Read this first:
viewtopic.php?f=2&t=301
Which core do you use?
by stevestrong
Tue Jun 08, 2021 9:37 am
Forum: General discussion
Topic: 2.5 inch tft display with touch
Replies: 2
Views: 2761

Re: 2.5 inch tft display with touch

You better use the original Adafruit library, the Arduino_STM32 version of that is not up to date.
by stevestrong
Tue Jun 08, 2021 8:42 am
Forum: General discussion
Topic: Adafruit_ST7735 not working on pin PA1
Replies: 5
Views: 2595

Re: Adafruit_ST7735 not working on pin PA1

viewtopic.php?f=2&t=301
Which core?
Which board?
Maybe the board has already reserved these pins for other purpose.
by stevestrong
Sun Jun 06, 2021 6:55 pm
Forum: STLink
Topic: [SOLVED]Imposible to flash with STLink v2 key ( STM32F1xx and STM32F4xx)
Replies: 26
Views: 31188

Re: Imposible to flash with STLink v2 key ( STM32F1xx and STM32F4xx)

Maybe you have to install libusb-1.0?
I do not have experience with linux at all.
by stevestrong
Sat Jun 05, 2021 7:04 pm
Forum: STLink
Topic: [SOLVED]Imposible to flash with STLink v2 key ( STM32F1xx and STM32F4xx)
Replies: 26
Views: 31188

Re: Imposible to flash with STLink v2 key ( STM32F1xx and STM32F4xx)

Please set "verbose" on in Arduino settings for compilation, then try again and post here the message.

Go to advanced search