pico-tpmsniffer
pico-tpmsniffer copied to clipboard
Patch spi
updated the spi sniffer capability
- added handling of WAIT states
- added handling of #bytes transmitted (instead of reading only 1byte from MISO)
- added gpios to handle dipswitch input for sniffer mode selection
- added some blinkyblink on the onboard led when sniffing starts and when key has been found
- update the pio spi file to flush the isr when select line is low on raising clock edge to avoid bit offsets
- moved the countdown (5 sec) after the logo shows and made the countdown (sleep) visual
- dipswitch position 0 --> spi bios sniffing; dipswitch position 1 --> lpc sniffing
- added the gerberfile(s) from my pcb for reference
- vmk header check is updated
i think thats it. let me know if you have any questions or suggestions.