For the Basic Stamp 2pe, slots 0 to 7 are for code and/or data, slots 8 to 15 are for data only.
slot | name | use |
---|---|---|
0 | sp10-start | Starting point for the project |
1 | sp10-setupa | Code for the setup mode of the project |
2 | sp10-testa | Code to test the various parts of the project |
3 | sp10-mission | code for the actual mission |
4 | sp10-dump | code to display the contents of the last mission |
5 | sp10-dumpall | code to display the contents of all data segments |
6 | unused | |
7 | unused | |
8 | data segment | |
9 | data segment | |
10 | data segment | |
11 | data segment | |
12 | data segment | |
13 | data segment | |
14 | data segment | |
15 | data segment |