0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

micropythonでshrike-lite

0
Posted at

概要

micropythonでshrike-lite、やってみた。

Shrike-lite(シュライク・ライト)の凄さは、「マイコン」と「FPGA」の両方を1枚の基板に搭載しているため、配線なしでI2C、SPI、UARTをシミュレーション出来ることです。

自分は、verilogもpythonも、書けます。

spi配線

SLG47910 RP2040
GPIO3/SPI_CLK General Purpose IO or SPI Serial Clock SCK = 2
GPIO4/SPI_SS General Purpose IO or SPI Slave SelectCS = 1
GPIO5/SPI_SI General Purpose IO or SPI Serial Input MOSI = 3
GPIO6/SPI_SO General Purpose IO or SPI Serial Output/Config MISO = 0

image.png

image.png

image.png

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?