some brainstorming

This commit is contained in:
2025-10-20 19:16:23 +02:00
parent 91b9cf9072
commit e7d73542df
7 changed files with 28 additions and 14 deletions

14
notes/arduino.md Normal file
View File

@@ -0,0 +1,14 @@
# Arduino Board
## Capabilities
- debugging board
- access to address, data lines + other
- CPU control lines
## Debugging
- halt CPU
- read/write memory
- get/set paging buffer
## Design
- [Mega2560](../datasheets/Mega2650PRO.pdf) Arduino Mega compatible board
- using [ATmega2560](../datasheets/ATmega640-1280-1281-2560-2561.pdf)