#include <stdio.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/uart.h" #include "driver/gpio.h" #include "esp_log.h ...
I found nowadays SPI memories are harder to read in circuit. Since SPI usually has test pads for debugging, it might be possible to sniff the traffic. I wanted to use the SPI information to gain ...