文件名称:esp32-c3-cntest
文件大小:39KB
文件格式:ZIP
更新时间:2024-04-17 11:56:25
C
ESP32C3各种测试 GPIO的一般观察: * Writing out to a port is a quantized operation. * CPU is at 160? MHz. * AHB quantized at 80 MHz. * Nonsequentail Sequential writes take 50ns (4x 80 MHz cycles). * Sequential writes are exactly the same (write operation appears to be completely blocking) * Sequential reads take 38ns (3x 80MHz cycles) * Write and read (But not use data from read) takes 7x 80 MHz cycles. * W
【文件预览】:
esp32-c3-cntest-main
----i2s_perf_test()
--------sdkconfig(37KB)
--------make_list.sh(61B)
--------main()
--------example_test.py(652B)
--------CMakeLists.txt(235B)
--------Makefile(182B)
----gpio_perf_test()
--------sdkconfig(34KB)
--------sdkconfig.old(36KB)
--------make_list.sh(61B)
--------main()
--------example_test.py(652B)
--------CMakeLists.txt(235B)
--------Makefile(182B)
----README.md(5KB)