1
0
mirror of https://github.com/equant/apple2idiot.git synced 2024-06-28 09:53:34 +00:00

Parts notes, datasheets, etc

This commit is contained in:
equant 2021-07-16 20:45:45 -07:00
parent a4e4a0d7ba
commit 1899aafb07
4 changed files with 17 additions and 1 deletions

17
notes.md Normal file

@ -0,0 +1,17 @@
## Ordered:
* 5PCS IDT7132SA100P IDT7132SA DIP-48 HIGH-SPEED 2K x 8 DUAL-PORT STATIC RAM
* STM32F411 "BlackPill" Development Board
## Misc
* https://pastebin.com/raw/1kR0vbRA
## ESP32 Interupt Issues
* ESP32 Thread I started: https://esp32.com/viewtopic.php?f=12&t=21855
* " Consider 74ls373 to latch the value to be processed by software."
* It might also be worth trying ESP32's assembly high-level interrupts. I've never used them personally, but they can allegedly give interrupt latencies that are significantly lower than the ~2us for regular ESP32 C interrupts.
* See: https://esp32.com/viewtopic.php?t=422
* See: https://docs.espressif.com/projects/esp ... rupts.html
* components/esp_system/port/soc/esp32/dport_panic_highint_hdl.S

@ -1 +0,0 @@
https://pastebin.com/raw/1kR0vbRA

Binary file not shown.