シンボル追加 クリックして部品を追加 P 電源シンボル追加 クリックして電源シンボルを追加 W 配線 配線を追加する Q No connect flag “何も繋がない“を明⽰するフラグ J 接続点 交差した配線を繋ぐマーク L Local label 配線にラベルを付ける (同じラベルは接続される) T Text コメントを書き込む 119
Cmd + V Via 複数レイヤの配線を繋げる⽳ Option + Z Zone 領域内をベタ塗りする Shift + Cmd + K Keepout Area 不可侵領域をつくる。 ベタが⼊り込まないようにする Shift + Cmd + L Line 外形線等を引くのに使う Shift + Cmd + T Text テキストを書き込む 147
noteにかかれている場合もある • 例: microchipのSPI信号線の特性インピーダンス > The characteristic impedance of the PCB trace should be 50 ohms +/-15% at 50MHz operating frequency > http://ww1.microchip.com/downloads/en/AppNotes/00002402A.pdf • 特性インピーダンス50Ωが使われる理由 • 同軸ケーブルで損失を最も抑える特性インピーダンスが約50Ωらしい • 参考: https://edn.itmedia.co.jp/edn/articles/1003/03/news112.html 231
128Mbit chip (16MB). This is the largest memory size that RP2040 can support. • Hardware design with RP2040, 2.2 Flash storage, pp.8より引⽤ • Raspberry Pi PicoのROMが2MB(16MBit)なので、16MBitにし ておくとよい • Raspberry Pi Picoを使ってデバッグできる 287
るので、なくても良い • 今回はUSB接続デバイスを作る⽬的 なので、USB端⼦は必須 291 回路図はHardware design with RP2040, Figure 4. Schematic section showing the power input , Figure 9. Schematic section showing the USB pins of RP2040 and series termination より引⽤
USB, pp.9参照) • RP2040のD+/D-のなるべく近くに終 端抵抗 27Ω を⼊れる • D+/D-の差動インピーダンスが90Ωに なるように基板厚・配線幅・配線間隔 を調整する 292 回路図はHardware design with RP2040, Figure 4. Schematic section showing the power input , Figure 9. Schematic section showing the USB pins of RP2040 and series termination より引⽤
レガシーアダプタケーブル • Figure 3-30のようなUSB 2.0までのアダプタに 変換するケーブル • 電圧は5V固定(= 5Vが得られる) • 今回作る機器はFigure 4-30のLegacy Device Adapter側に相当 296 図はUSB TypeCの仕様書より引⽤ https://www.usb.org/sites/default/files/USB%20Typ e-C%20Spec%20R2.0%20-%20August%202019.pdf Ø USB Type-C plugs associated with the “A” end of a legacy adapter cable are required to have Rd (5.1 kΩ ± 20%) termination incorporated into the plug assembly Ø Universal Serial Bus Type-C Cable and Connector Specification Release 2.0 August 2019, pp.38 より引⽤