Close

1854 Results for "%E3%80%8A %EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98 OIO%E2%86%978489%E2%86%978306%E3%80%8B%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%8F%8A%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4mystery%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%CE%A7%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8briefly %EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%84%B7%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E2%94%90%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%E3%88%8B%E2%92%B4%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4modification"

  • All Your ISA Belong to Me!

  • Before I began the layout of the DDL4-CPU, I came up with an initial Instruction Set Architecture (ISA) for the design. It went through several revisions as I was designing the boards and refined the components. Here at the last minute as I am...
  • More SD Card Write Details

  • Had to dig into the FPGA code for the SD card. Using Neal Crook's documentation of Grant Searle's version (longer pedigree on the page). The status register values are: // SD_Status bit values from Neal Crook's documentation of Grant's SD card // b7...
  • Tablet Init

  • We have some bytes from the tablet. It's all pretty standard stuff with one exception.// unenc init a4 w f0 55 a4 w fb 00 Read ID Bytes a4 w fa a5 r ff 00 a4 20 00 13 // Enter enc mode a4 w f0 aa // write 16 byte key a4 w 40 e0 7d e0 7d e0 7d a4 w 46...
  • I2C on OPT8241

  • I have connected the opt8241 sensor over I2C. I have disabled sensor clock by setting MCLCK to 0. Power consumption of adapter board is ~1.8 mA. Then I have sent the i2c commands. Command output : # i2cdetect 2 WARNING! This program can confuse your...
  • Building a CP/M System Disk

  • Building a CP/M System Disk To avoid rewriting the assembler codes for ccp, bdos and cbios so that they can co-exist in the same file. I can append the i8hex files and remove the "end of file markers". To make the hex file more readable I have changed...