Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
raspberrypipico:pico_pio [2021/06/07 18:05] admin [Knowledge] |
raspberrypipico:pico_pio [2021/12/04 09:40] (current) admin [Knowledge] |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| The RP2040 contains two **programmable IO blocks** with four **state machines** each, to control | The RP2040 contains two **programmable IO blocks** with four **state machines** each, to control | ||
| {{: | {{: | ||
| + | |||
| + | //diagram taken from the [[https:// | ||
| + | |||
| Each PIO block has one **instruction memory** with 32 instructions. Four read ports allows all state machine simultaneously access.\\ | Each PIO block has one **instruction memory** with 32 instructions. Four read ports allows all state machine simultaneously access.\\ | ||
| Each state machine has:\\ | Each state machine has:\\ | ||
| Line 30: | Line 33: | ||
| - | //diagrams | + | //diagram |
| ---- | ---- | ||
| Line 334: | Line 337: | ||
| Stepper motor example on [[https:// | Stepper motor example on [[https:// | ||
| - | [[https:// | + | [[https:// |
| + | |||
| + | [[https:// | ||
| ---- | ---- | ||