Search found 1757 matches

by fpiSTM
Wed May 20, 2020 2:02 pm
Forum: General discussion
Topic: What causes the stm32 RTC to reset?
Replies: 18
Views: 13431

Re: What causes the stm32 RTC to reset?

Bambo wrote: Wed May 20, 2020 11:21 am Bug report created here: https://github.com/stm32duino/STM32LowPower/issues/22
This is not a bug.
Simply wrong usage of the API. See my comment here:
https://github.com/stm32duino/STM32LowP ... -631491658
by fpiSTM
Wed May 20, 2020 11:04 am
Forum: General discussion
Topic: What causes the stm32 RTC to reset?
Replies: 18
Views: 13431

Re: What causes the stm32 RTC to reset?

Which board? It have an LSE?
by fpiSTM
Wed May 20, 2020 5:17 am
Forum: Let us know a bit about you and your projects
Topic: Hello from Texas
Replies: 3
Views: 2858

Re: Hello from Texas

Welcome,

I've added the link to the same post from mrburnette with all the link updated:
viewtopic.php?f=2&t=301&p=1938#p1938
by fpiSTM
Wed May 20, 2020 5:14 am
Forum: General discussion
Topic: upfront compiling error
Replies: 5
Views: 4844

Re: upfront compiling error

Simply follow this wiki: https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki/Installation Run the IDE, and on the Tools menu, select the Boards manager, and install the Arduino SAM boards (Cortex-M3) from the list of available boards. You must do this step, it installs the arm-none-eabi-g++ to...
by fpiSTM
Tue May 19, 2020 3:28 pm
Forum: General discussion
Topic: RTC subseconds
Replies: 4
Views: 5011

Re: RTC subseconds

Well no idea.
I guess using millis() will not be precise due to the time needed for computation?
by fpiSTM
Tue May 19, 2020 1:53 pm
Forum: General discussion
Topic: RTC subseconds
Replies: 4
Views: 5011

Re: RTC subseconds

There is no issue.
STM32F1 does not support subseconds as it is not available like on other STM32 series.
by fpiSTM
Mon May 18, 2020 12:31 pm
Forum: Let us know a bit about you and your projects
Topic: Hi from french Alps
Replies: 1
Views: 3176

Re: Hi from french Alps

Bienvenue ;)
by fpiSTM
Mon May 18, 2020 12:12 pm
Forum: Builds and Announcements
Topic: Release 1.9.0 is available
Replies: 11
Views: 16699

Re: Release 1.9.0 is available

- For STM32F401CC and STM32F411CE, "BlackPill" versions is with 25Mhz crystal, and "generic" is with 8Mhz crystal? Yes - About interrupts void irq_handler(HardwareTimer*) { need to be void irq_handler(void) { No other changes in code? As, for old sketches, not newer one with new...
by fpiSTM
Mon May 18, 2020 10:22 am
Forum: Let us know a bit about you and your projects
Topic: Hi all
Replies: 1
Views: 3167

Re: Hi all

Welcome hierophect,

nice and fun project, I've missed it. Surely great to use for Halloween :lol:

Go to advanced search