You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those examples are run in succession one after another.
My concern is that this project works fast enough
https://github.com/emard/esp32ecp5/tree/master/circuitpython
it turns on and off SPI to make it a JTAG, this is performance
that I need fast. Not just SPI alone, this runs great.
Above mentioned run is done one after another,
and it is considered fast 60KB/s when reading/verifying,
19KB/s when writing flash.
Latest circuitpython perform slow, about 20KB/s reading/verifying
and 6KB/s writing flash.
On 11/13/20, Scott Shawcroft ***@***.***> wrote:
Can you please be more specific? Were these examples run one after another?
Please provide a test case that uses busio.SPI directly.
Running a python library will have a lot of variation in timing. We make no
promises that the timing of python is consistent.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#3690 (comment)
Uh oh!
There was an error while loading. Please reload this page.
Fast performer is this:
This one is 2-3x slower:
adafruit-circuitpython-espressif_saola_1_wrover-en_US-20201113-8d3a878.bin
The text was updated successfully, but these errors were encountered: