-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTES
More file actions
23 lines (20 loc) · 1.02 KB
/
NOTES
File metadata and controls
23 lines (20 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
BUG1 enc*_packet, packet still being sent
Without #if 0s in enc*_packet.c: external RED and GREEN, not YELLOW: LED1, LED0, not LED2
BUG2: crash at unknown location
LED2 (Yellow) process_run
LED1 (Red) uip_periodic etc (for loop)
LED0 (Green) packet receive, uip_input
+LED1 (Red): enc_packet_receive
+LED2 (Yellow): enc_spi_xfer_buffer 1
+LED4 (Blue): enc_spi_xfer_buffer 2
-LED0 (Green): Before anything: not here
+LED2 (Yellow): Read any pertaining data
-LED1 (Red): Wait for the received byte
-LED1 (Red): Wait for transmission queue has space
-LED1 (Red): Wait for two bytes to the input FIFO
+LED2 (Yellow): Wait for transmission done
+LED2 (Yellow): uip_input
+LED4 (Blue): enc_packet_send
Crashes at Green: packet receive, uip_input,
+Red: enc_packet_receive
+Blue: enc_spi_xfer_buffer #2