Your stack isn't big enough. It's defined in startup.s similar to the following:
;******************************************************************************;; <h> Stack Configuration; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>; </h>;;******************************************************************************Stack EQU 0x00000100
You are going to have to increase your stack size by the size of your buffer. Orin.