Bug #1131
network programming script sends 1 too many packets
Start date:
02/23/2010
Due date:
% Done:
0%
Description
When the packet size is exactly divisible by 32 the script sends an extra packet with 32 blank bytes and fails due to not receiving an ack. The board however operates correctly in this case and the program is loaded.
Use case in /programmer/test/main.c with r175
The program size is 222 bytes but the scripts reports it as 224 bytes with .data I believe.
History
#1 Updated by Brad Neuman almost 14 years ago
- Status changed from Assigned to Fixed