Search found 1746 matches

by fpiSTM
Sat Feb 01, 2020 7:06 am
Forum: STM32 SD-Bootloader
Topic: STM32 SD-Bootloader
Replies: 2
Views: 11150

Re: STM32 SD-Bootloader

Thanks for sharing darkspr1te.
I've created a dedicated forum for this.
by fpiSTM
Fri Jan 31, 2020 1:50 pm
Forum: General discussion
Topic: Robotdyn STM32F303CCT6 ADC conversion time
Replies: 5
Views: 14969

Re: Robotdyn STM32F303CCT6 ADC conversion time

I didn't support PIO as I do not use it. I tried to creat a file called build_opt.h with the line you suggested and added #include "build_opt.h", but i get the following error: I never told to include it, just create it, it is a dedicated file for the GCC option... See the Wiki. Same for t...
by fpiSTM
Fri Jan 31, 2020 7:13 am
Forum: General discussion
Topic: Robotdyn STM32F303CCT6 ADC conversion time
Replies: 5
Views: 14969

Re: Robotdyn STM32F303CCT6 ADC conversion time

You go on the wrong way. What I mean is ADC_SAMPLINGTIME can be redefined at sketch level. Do not use HAL or LL function as analogWrite do the full configuration. Here how it is defined by default: https://github.com/stm32duino/Arduino_Core_STM32/blob/68ebb59ebcad7c23238958028d0140e7d00c488b/librari...
by fpiSTM
Fri Jan 31, 2020 6:38 am
Forum: General discussion
Topic: STM32F103C8T6 RTC to get date and time
Replies: 19
Views: 23516

Re: STM32F103C8T6 RTC to get date and time

Topic moved to proper subforum:

soundaryasundaram uses this library with LibMaple core:
https://github.com/rogerclarkmelbourne/ ... /RTClock.h

Note: I've deleted useless post to not pollute this thread.
by fpiSTM
Thu Jan 30, 2020 5:36 pm
Forum: General discussion
Topic: Robotdyn STM32F303CCT6 ADC conversion time
Replies: 5
Views: 14969

Re: Robotdyn STM32F303CCT6 ADC conversion time

ADC_SAMPLINGTIME and ADC_CLOCK_DIV could also be redefined by the variant or using build_opt.h.

See https://github.com/stm32duino/wiki/wiki ... l-channels
by fpiSTM
Mon Jan 27, 2020 4:41 pm
Forum: PR's bugs and enhancements
Topic: [Solved] HardwareSerial 3 error on Maple Mini board
Replies: 6
Views: 10870

Re: HardwareSerial 3 error on Maple Mini board

@fredbox

I've made a PR on GitHub to fix this issue:
https://github.com/stm32duino/Arduino_C ... 2/pull/893

I define explicitly an enum then it is no more ambiguous.
by fpiSTM
Mon Jan 27, 2020 3:20 pm
Forum: General discussion
Topic: Compile time so slow
Replies: 34
Views: 22035

Re: Compile time so slow

It seems there is a bug in the Arduino IDE:
https://github.com/arduino-libraries/Ar ... -578033856
by fpiSTM
Mon Jan 27, 2020 1:25 pm
Forum: General discussion
Topic: Cannot attach servo on some GPIOs
Replies: 12
Views: 8971

Re: Cannot attach servo on some GPIOs

@Step73
I've merged the fix made by @ABOSTM, here you will find the wiki made by him about the Servo:
https://github.com/stm32duino/wiki/wiki/Servo-library
by fpiSTM
Sun Jan 26, 2020 7:14 pm
Forum: General discussion
Topic: dhrystone and whetstone benchmarks
Replies: 93
Views: 65106

Re: dhrystone and whetstone benchmarks

You mean this one ?? GenF4.build.cmsis_lib_gcc=arm_cortexM4lf_math Seems like the F7 uses this one cmsis_lib_gcc=arm_cortexM7lfsp_math Is the source available for those math libs ?? /Bingo Yes, this is the one supporting float and for CMSIS version 5.5.1. This is provided by ARM: https://github.com...

Go to advanced search