bitcraze / aideck-esp-firmware

AI Deck ESP32 firmware
9 stars 7 forks source link

Improve SPI stability #11

Closed evoggy closed 2 years ago

evoggy commented 2 years ago

It seems as if using the SPI CS falling edge interrupt for resetting ESP RTT was causing problems. The reason is unknown, but removing this and only resetting ESP RTT on transaction done seems to fix the issue #9.

krichardsson commented 2 years ago

Looking good!