Search found 138 matches
- Sat Feb 08, 2020 12:12 pm
- Forum: General discussion
- Topic: Quick summary?
- Replies: 9
- Views: 26529
Re: Quick summary?
@Bakisha he was asking about the differences between Roger's core and Stevestrongs fork of it which is F4 focused.
- Tue Feb 04, 2020 7:40 am
- Forum: IDE's
- Topic: arduino pro ide alpha
- Replies: 12
- Views: 27860
Re: arduino pro ide alpha
Has this moved along at all?
I've more or less moved over to vscode with the arduino extension now.
I tried platformio but it's just imvho 'horrible' - they use their own hacked version of each core and to get things to be repeatable there's a fair bit of change required within projects (function ...
I've more or less moved over to vscode with the arduino extension now.
I tried platformio but it's just imvho 'horrible' - they use their own hacked version of each core and to get things to be repeatable there's a fair bit of change required within projects (function ...
- Sun Jan 26, 2020 2:31 pm
- Forum: General discussion
- Topic: dhrystone and whetstone benchmarks
- Replies: 93
- Views: 156460
Re: dhrystone and whetstone benchmarks
He means it's up to us to create non ST variants...
- Sun Jan 26, 2020 9:03 am
- Forum: General discussion
- Topic: Serial over USB - printf() on F407
- Replies: 7
- Views: 11080
- Sat Jan 25, 2020 8:01 pm
- Forum: General discussion
- Topic: Serial over USB - printf() on F407
- Replies: 7
- Views: 11080
Re: Serial over USB on F407
Have you tried just print? I think there's a recent pr which allows printf to work on the CDC serial, but unless you use the repo version then it's not available. Unless my memory is failing me (again!)
See here -> https://github.com/stm32duino/Arduino_C ... 2/pull/867
See here -> https://github.com/stm32duino/Arduino_C ... 2/pull/867
- Thu Jan 23, 2020 4:42 pm
- Forum: General discussion
- Topic: [SOLVED]Timer changes since 1.6
- Replies: 14
- Views: 14917
Re: Timer changes since 1.6
Ooops, sorryfpiSTM wrote: Thu Jan 23, 2020 2:49 pm Well,
Originally you create a topic here which should only contains SubForum:
Board index < Arduino for STM32 < Cores < STM32 Core
I move it here:
Board index < Arduino for STM32 < Cores < STM32 Core < General discussion
Then Best answer is enabled![]()

- Thu Jan 23, 2020 4:42 pm
- Forum: General discussion
- Topic: [SOLVED]Timer changes since 1.6
- Replies: 14
- Views: 14917
Re: [SOLVED]Timer changes since 1.6
Ah nice, this is good to know I can use a timer when I need a different timing.fredbox wrote: Thu Jan 23, 2020 3:27 pm Instead of configuring a timer, you can use HAL_SYSTICK_Callback() which fires every millisecond. See viewtopic.php?p=644#p644 for blinky example using systick.
- Thu Jan 23, 2020 1:03 pm
- Forum: General discussion
- Topic: [SOLVED]Timer changes since 1.6
- Replies: 14
- Views: 14917
Re: Timer changes since 1.6
Did best answer get removed or is it not enabled for this particular board?
- Thu Jan 23, 2020 12:55 pm
- Forum: General discussion
- Topic: [SOLVED]Timer changes since 1.6
- Replies: 14
- Views: 14917
Re: Timer changes since 1.6
Solved, thanks.
- Thu Jan 23, 2020 12:53 pm
- Forum: General discussion
- Topic: [SOLVED]Timer changes since 1.6
- Replies: 14
- Views: 14917
Re: Timer changes since 1.6
Doh, my apologies then.