This document describes the implementation of a QRS detection algorithm from ECG signals using a TMS320C6713 digital signal processor. The algorithm uses bandpass filtering, differentiation, squaring, moving window integration and adaptive thresholding to detect QRS complexes in ECG data. The author tested the algorithm by implementing it in Simulink and then transferring it to the TMS320C6713 DSP platform using Real-Time Workshop and Code Composer Studio. Some software compatibility issues were encountered during implementation on the DSP.