Corrected at91sam7s port MS/TP code where APDU size > 255 caused APDU layer to not process packets.

This commit is contained in:
skarg
2008-01-03 18:46:17 +00:00
parent 62731da8cf
commit b6d4723ca2
5 changed files with 17 additions and 19 deletions
+3 -1
View File
@@ -22,7 +22,9 @@ The dlmstp is the datalink layer for MS/TP over RS-485.
I used the makefile from the command line on Windows, and
then used the SAM-BA to send the resulting .bin file to the
board using a J-Link.
board using a J-Link. To debug the code from flash, run the
J-Link GDB Server and then:
> arm-elf-gdb bacnet.elf
I got the crt.s, at91sam7s256.ld, blinker.c, init.c, isr.c, and
timer.c from James P Lynch. I created the rs485.c based on the