Search found 94 matches

by Pito
Fri Jan 10, 2020 10:58 am
Forum: General discussion
Topic: ART accelerator
Replies: 25
Views: 19333

Re: ART accelerator

I've been using the same compiler as the official STM core (with the 239Mflops @168Mhz). There is only 1 FPU inside. Again, you cannot get more than 119 Mflops at 84MHz. You have to enable the printing out the results as I have done !! Otherwise the compiler may optimize out the entire blocks of the...
by Pito
Fri Jan 10, 2020 12:56 am
Forum: General discussion
Topic: ART accelerator
Replies: 25
Views: 19333

Re: ART accelerator

@ag123: I do not understand how can you get similar results @84MHz as I get @168MHz (-O3, FPU on) Me: Loops: 10000 Iterations: 1 Duration: 4171 millisec. 0 clocks C Converted Single Precision Whetstones: 239.75 Mflops You: Loops:10000, Iterations:1, Duration:4654.92 millisec C Converted Single Preci...
by Pito
Wed Jan 01, 2020 5:58 pm
Forum: Custom design boards
Topic: Bluepill F4 board, anyone still working on it?
Replies: 83
Views: 68260

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

8pin SPI FRAM would be a better option there, imo.
by Pito
Wed Jan 01, 2020 10:25 am
Forum: Custom design boards
Topic: Bluepill F4 board, anyone still working on it?
Replies: 83
Views: 68260

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

PB11 is not available on the board, it seems.
by Pito
Wed Jan 01, 2020 10:12 am
Forum: Off topic
Topic: Happy new year
Replies: 6
Views: 6216

Re: Happy new year

PF 2020!
by Pito
Tue Dec 31, 2019 7:35 pm
Forum: Custom design boards
Topic: Bluepill F4 board, anyone still working on it?
Replies: 83
Views: 68260

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

ag123 wrote: Tue Dec 31, 2019 4:00 pm it works STM32F401 black pill - steve's libmaple core
Looks nice..
Quality?
Fake stm32F401 chip? :D
Does it fit into the solderless breadboard fine?
by Pito
Tue Dec 31, 2019 7:22 pm
Forum: Custom design boards
Topic: Bluepill F4 board, anyone still working on it?
Replies: 83
Views: 68260

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

As above with -O3 and with your setting: 10000 loops, iterations 1 Loops: 10000 Iterations: 1 Duration: 4171 millisec. 0 clocks C Converted Single Precision Whetstones: 239.75 mflops 0 0 0 1.00 -1.00 -1.00 -1.00 0 120000 140000 120000 -0.00 0.00 -0.00 0.00 120000 140000 120000 120000 -0.00 0.00 0.00...
by Pito
Tue Dec 31, 2019 8:51 am
Forum: General discussion
Topic: Video Playback
Replies: 9
Views: 13568

Re: Video Playback

The max speed of Bpill's SPI1 is 36MHz clock. For a single byte you need "best case" 36/8=4.5MB/sec.
There is an overhead of course, thus the speed will be lower.

The F407 uses SDIO with SDcard for higher speeds.
by Pito
Mon Dec 30, 2019 7:25 pm
Forum: Custom design boards
Topic: Bluepill F4 board, anyone still working on it?
Replies: 83
Views: 68260

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

64b or 32 fpu is basically the "same" speed. 64b vs. 32b in sw - 64b is ~2x slower and the lib code is ~2x larger. PS: added the whetstone built with Roger's core but with the xpack-arm-none-eabi-gcc-9.2.1-1.1, F407ZET @168MHz, FPU on, default Loops: 1000 Iterations: 10 Duration: 8396 mill...
by Pito
Thu Dec 26, 2019 4:35 pm
Forum: Custom design boards
Topic: Bluepill F4 board, anyone still working on it?
Replies: 83
Views: 68260

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

Well, the double precision would be something more interesting to have handy.
Single p. is rather limited in use, imho.

Go to advanced search