Search found 131 matches

by stas2z
Wed May 06, 2020 7:22 pm
Forum: General discussion
Topic: BMP280 altitude hold using STM32F103C8T6
Replies: 4
Views: 4102

Re: BMP280 altitude hold using STM32F103C8T6

have you tried to write some code?
by stas2z
Tue May 05, 2020 4:18 pm
Forum: General discussion
Topic: Blue pill, black pill and RadioHead library
Replies: 4
Views: 5251

Re: Blue pill, black pill and RadioHead library

Official core have a different hardware timer api, so its required to fix library to work with this core

https://github.com/stm32duino/wiki/wiki ... er-library
by stas2z
Mon May 04, 2020 8:24 pm
Forum: Libraries & Hardware
Topic: [Solved] Compile error with STM32SD library
Replies: 11
Views: 8323

Re: Compile error with STM32SD library

you can change pins of your default SPI instance by calling SPI.setMOSI/.setMISO/.setSCLK/.setSSEL before SD.begin
by stas2z
Mon May 04, 2020 7:50 pm
Forum: General discussion
Topic: Blue pill, black pill and RadioHead library
Replies: 4
Views: 5251

Re: Blue pill, black pill and RadioHead library

http://dan.drown.org/stm32duino/package_STM32duino_index.json - is a roger's core https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json - an official core about radiohead library as described here - https://www.airspayce.com/mikem/arduino/RadioHead/ it's compatible ...
by stas2z
Mon May 04, 2020 5:00 pm
Forum: Libraries & Hardware
Topic: [Solved] Compile error with STM32SD library
Replies: 11
Views: 8323

Re: Compile error with STM32SD library

Are you sure your f103rb have sdio?
As far i can remember only high density f103 chips (starting from f103xC) support it.
by stas2z
Mon May 04, 2020 9:43 am
Forum: Ideas & suggestions
Topic: Options for a lot of cpu clock frequencies.
Replies: 10
Views: 15961

Re: Options for a lot of cpu clock frequencies.

So I managed to run the MCU at 4MHz by looking into the cubemx generated files and copy-pasting the prescaler values in the stm32duino file: c:\Users\Razvan\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.6.1\variants\PILL_F103XX\variant.cpp I did this beause I couldn't figure out how to in...
by stas2z
Sun May 03, 2020 3:42 pm
Forum: USB bootloader
Topic: Bootloader for HY-TinySTM103T
Replies: 5
Views: 10601

Re: Bootloader for HY-TinySTM103T

That is because it is NOT a CDCACM device! And it will never be. It is a DFU device. As I mentioned before, you need an appropriate driver to be able to upload. Linux dont need driver for cdc or dfu profra But steve is right, your device in the dfu mode, you can try to upload to it with dfu util or...
by stas2z
Sun May 03, 2020 12:14 pm
Forum: Projects
Topic: Do-it-yourself Bluepill PCB
Replies: 4
Views: 6224

Re: Do-it-yourself Bluepill PCB

2nd crystal is for RTC and can feed clock in low power mode, when separate vbat provided. Usualy it have 32.768KHZ frequency.
by stas2z
Sun May 03, 2020 6:21 am
Forum: General discussion
Topic: Soooo what do i need to know about the new core?
Replies: 7
Views: 4877

Re: Soooo what do i need to know about the new core?

Hi all Nutsy or Mangy Dog from the old forum here... go by Mangy now tbh... Anyway sooo im glad to see the forums and site is now back up.... I had my doubts for a while i must admit. So i guess i need to get up to speed on things. I'm assuming this forum is mostly for support on the official stm32...

Go to advanced search