Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4931

MicroPython • Re: Ask about Three-wire Serial EEPROM in RP2040

$
0
0
Maybe as a quick-and-dirty test:

Code:

id = 0  # or 1mem32[0x4003c000 + 0x4000*id] = 2<<4  # RP2040#mem32[0x40080000 + 0x8000*id] = 2<<4  # RP2350spi = SPI(id, …)

Statistics: Posted by PicoTinker — Sun Oct 13, 2024 10:10 am



Viewing all articles
Browse latest Browse all 4931

Trending Articles