Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 727 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 727 Bytes

Raspberry PI pico tester for various devices

Uses command line interface via USB CDC.

Can test:

Can read STM8 controllers memory using SWIM protocol

Pins:

I2C:

  • SDA: GP4
  • SCL: GP5

TM1638 (PLEASE USE 3.3v supply!)

  • CLK: GP0
  • DIO: GP1
  • CS: GP2

MAX7219:

  • CLK: GP16
  • CS: GP17
  • First module DIN: GP18
  • Second module DIN: GP19
  • Third module DIN: GP20
  • Fourth module DIN: GP21

SWIM:

  • SWIM_IN: GP22 (connected to SWIM pin of STM8)
  • SWIM_OUT: GP26 (connected to SWIM pin of STM8 thru 470 Ohm resistor)