Search found 1760 matches

by fpiSTM
Fri Dec 27, 2019 3:28 pm
Forum: General discussion
Topic: analogRead and analogWrite troubles
Replies: 37
Views: 46866

Re: analogRead and analogWrite troubles

Hi, For analogWrite on PA4 and PA5, this is the normal behaviour as there is no timer linked to those pins: https://github.com/stm32duino/Arduino_Tools/blob/31f3d43d620878dccbf658f65095f66fec9809b2/src/genpinmap/Arduino/STM32F103R(8-B)Tx/PeripheralPins.c#L88-L136 So it operates like a digital pin: 0...
by fpiSTM
Tue Dec 24, 2019 3:32 pm
Forum: Custom design boards
Topic: Bluepill F4 board, anyone still working on it?
Replies: 83
Views: 68663

Re: Bluepill F4 board, anyone still working on it?

Pito wrote: Tue Dec 24, 2019 2:48 pm Does the new STM's core support FPU?
Yes
by fpiSTM
Tue Dec 24, 2019 3:28 pm
Forum: General discussion
Topic: Serial 3 is not declared
Replies: 9
Views: 12446

Re: Serial 3 is not declared

Which core you used and how?
To get support please be more precise ;)
by fpiSTM
Sun Dec 22, 2019 3:24 pm
Forum: General discussion
Topic: [Q] How to know how much RAM memory microcontroller have at compile time?
Replies: 6
Views: 6492

Re: [Q] How to know how much RAM memory microcontroller have at compile time?

Hi,

You should have a look at this example:
https://github.com/stm32duino/STM32Exam ... istics.ino

Using the linker script definitions _estack and _sdata should do the trick ;)

But during execution not build time.
by fpiSTM
Fri Dec 20, 2019 7:23 pm
Forum: Let us know a bit about you and your projects
Topic: I am back and so are you.
Replies: 6
Views: 6708

Re: I am back and so are you.

Welcome back sheepdol
Nice to see you and nice presentation.
by fpiSTM
Fri Dec 20, 2019 3:55 pm
Forum: General discussion
Topic: dhrystone and whetstone benchmarks
Replies: 93
Views: 66778

Re: dhrystone and whetstone benchmarks

Thanks @ag123

For STM32 Core, they are available in the STM32Examples library:
by fpiSTM
Fri Dec 20, 2019 2:11 pm
Forum: Builds and Announcements
Topic: Release 1.8.0 is available
Replies: 3
Views: 10192

Release 1.8.0 is available

Main info: Introduce MP1 (cortex M) support HardwareSerial Half duplex Allow to enable HAL module only Binary file size decreased (up to 4kb) CMSIS DSP could be used Support precompiled libraries Added the repeated-start feature in I2C driver Full detail here: https://github.com/stm32duino/Arduino_...
by fpiSTM
Fri Dec 20, 2019 8:07 am
Forum: Forum rules, FAQs and HowTo's
Topic: Limit on attachment image sizes?
Replies: 7
Views: 14272

Re: Limit on attachment image sizes?

This is the default configuration and currently, I would keep it as it is. IIWR, Roger set a smaller size (64k) so this is already higher than before. The forumconfiguration will evolve, it's just reopen so I guess some tuning will be required. At this time, let's see how this qoes. I'm agree with m...
by fpiSTM
Fri Dec 20, 2019 7:50 am
Forum: General discussion
Topic: DDRX function on STM32
Replies: 7
Views: 18616

Re: DDRX function on STM32

This application note could be a good starting point to understand STM32 GPIO: https://www.st.com/content/ccc/resource/technical/document/application_note/group0/13/c0/f6/6c/29/3b/47/b3/DM00315319/files/DM00315319.pdf/jcr:content/translations/en.DM00315319.pdf DDRx as far as I remember is the Regist...
by fpiSTM
Thu Dec 19, 2019 9:19 pm
Forum: STM32 HID bootloader
Topic: Link to this bootloader?
Replies: 4
Views: 8578

Re: Link to this bootloader?

mrburnette wrote: Thu Dec 19, 2019 7:42 pm
Christmas release ... perhaps with a new blinky LED API for flashy tree lights?
Right and also some gifts under the tree!

Go to advanced search