protik09 / CoreMark-RP2040

This is the COREMARK® embedded benchmark ported by me to the RP2040 chip from the folks over at Raspberry Pi.
Apache License 2.0
12 stars 2 forks source link

Add support / notes for Pico2 / RP2350 #3

Open mkarliner opened 1 month ago

mkarliner commented 1 month ago

Can you please add support or documentation for running against RP2350?

protik09 commented 1 month ago

Yep just waiting for my RP2350 to come in for testing

mkarliner commented 1 month ago

FWIW, I ran it up with an RP2350. It overclocks nicely it got this at

set_sys_clock_khz(250000, true);

Although other people at getting it way higher than that.

CoreMark Size : 666 Total ticks : 14827732 Total time (secs): 14.827732 Iterations/Sec : 741.853171 Iterations : 11000 Compiler version : GCC13.2.1 20231009 Compiler flags : og Memory location : STACK seedcrc : 0xe9f5 [0]crclist : 0xe714 [0]crcmatrix : 0x1fd7 [0]crcstate : 0x8e3a [0]crcfinal : 0x33ff Correct operation validated. See README.md for run and reporting rules. CoreMark 1.0 : 741.853171 / GCC13.2.1 20231009 og / STACK

protik09 commented 1 month ago

Thanks for your input. I just got mine in today. I'll test them out and see if I can replicate your results and update the documentation to reflect that.