Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.36 KB

File metadata and controls

22 lines (17 loc) · 1.36 KB

RP2040-HAT-FREERTOS-W5500-COREMARK-C

This project utilizes the W5500-EVB-Pico board to compare the performance when transmitting data received through SPI communication in Dual Board mode to an OpenSSL server via W5500. Additionally, it compares the performance when transmitting the same amount of data to an OpenSSL server via W5500 in Single Board mode.

w5500-evb-pico_360

Dual Board coremark Test

W5500-EVB-Pico(SPI Master) ---> W5500-EVB-Pico(SPI Slave&SSL client) ---> PC(OpenSSL server)

Single Board coremark Test

W5500-EVB-Pico(SSL client) ---> PC(OpenSSL server)

Hardware

  • Device : W5500-EVB-Pico
  • CPU clock : 133MHz
  • SPI : use DMA/ baudrate 11.0833Mbps

Software