Search found 1758 matches

by fpiSTM
Thu Jun 11, 2020 6:03 am
Forum: General discussion
Topic: Error compiling for board Generic STM32F103C series
Replies: 4
Views: 8444

Re: Error compiling for board Generic STM32F103C series

This is due to this PR:
https://github.com/rogerclarkmelbourne/ ... 2/pull/789

The library needs some update. You need to cast parameters to have the same type for each min and max call.
by fpiSTM
Wed Jun 10, 2020 7:49 pm
Forum: Libraries & Hardware
Topic: Hardware CAN library
Replies: 7
Views: 8104

Re: Hardware CAN library

Have a nice vacations ;)
by fpiSTM
Wed Jun 10, 2020 4:55 pm
Forum: STM32F1 based boards
Topic: Using STM32F103C8T6 PWM pin to drive ws2812b Neopixel Ring in arduino IDE
Replies: 13
Views: 23886

Re: Using STM32F103C8T6 PWM pin to drive ws2812b Neopixel Ring in arduino IDE

Hi @Jakub_Szubzda
First, avoid to create 4 times the same topic!

About the Adafruit_Neopixel it works with the STM32 core. I don't know for LibMaple core.
by fpiSTM
Wed Jun 10, 2020 1:55 pm
Forum: General discussion
Topic: HID keyboard + Serial USB on blue pill ??
Replies: 2
Views: 5052

Re: HID keyboard + Serial USB on blue pill ??

Currently not HID or CDC not both.
by fpiSTM
Wed Jun 10, 2020 11:34 am
Forum: STM32 HID bootloader
Topic: HID Upload Error Arduino
Replies: 5
Views: 11638

Re: HID Upload Error Arduino

Which core you used ?

Anyway some issues have already been submitted on the HID Bootloader:
https://github.com/Serasidis/STM32_HID_ ... der/issues
by fpiSTM
Wed Jun 10, 2020 9:00 am
Forum: Libraries & Hardware
Topic: Hardware CAN library
Replies: 7
Views: 8104

Re: Hardware CAN library

Phono wrote: Wed Jun 10, 2020 7:50 am Sorry, I did not put it on git.
Did you plan to upload it ?
by fpiSTM
Wed Jun 10, 2020 8:56 am
Forum: General discussion
Topic: [Solved] SD.h or SDfat.h with SPI2
Replies: 9
Views: 7999

Re: SD.h or SDfat.h with SPI2

Well, this is normal you got this as the SCK, MOSI and other are a define. using the SPI.setxxx will not change those define.
But the setxxx will change the used one for the SPI instance...
by fpiSTM
Wed Jun 10, 2020 5:51 am
Forum: General discussion
Topic: Trying to use RH_ask on STM32F0
Replies: 7
Views: 6197

Re: Trying to use RH_ask on STM32F0

STM32 F4 Discover board, using Arduino 1.8.2 or later and Roger Clarkes Arduino_STM from https://github.com/rogerclarkmelbourne/Arduino_STM32 Caution: with this library and board, sending text to Serial causes the board to hang in mysterious ways. Serial2 emits to PA2. The default SPI pins are SCK:...
by fpiSTM
Wed Jun 10, 2020 5:46 am
Forum: General discussion
Topic: How to code the touchscreen for a STM32MP157C-DK2 ?
Replies: 5
Views: 3829

Re: How to code the touchscreen for a STM32MP157C-DK2 ?

This will not work. The support added is only for the cortex m4, it has no access to the screen. It handle only the Arduino connector and can communicate with the Linux thanks OpenAmp.
by fpiSTM
Tue Jun 09, 2020 8:39 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Libraries for the STM32F746G Discovery screen?
Replies: 14
Views: 13476

Re: Libraries for the STM32F746G Discovery screen?

Hi @ta1db and @Velero
I've rebase the branch on top of 1.9.0 release and tested:
https://github.com/fpistm/Arduino_Core_ ... TEST_1.9.0

Go to advanced search