This document describes implementing a speech recognition system using hidden Markov models on a DSK-ADSP-BF533 EZ-KIT LITE REV 1.5 digital signal processor. It involves creating functions for mel frequency cepstrum coefficient extraction, training hidden Markov models from utterances, and testing utterances against trained models. These functions were initially developed in MATLAB and the testing function was later implemented on the DSP. An evaluation of the real-time implementation is presented.