This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LZ (or other) lossless data Compression Algorithm?

I am looking for some code to compress a buffer of data and uncompress it later.  Has anyone done this for the C2000 series (I am using a 28335)?

I think a LZ style algorithm is best for my needs based on the characteristics of the data.  I am looking at porting  fastlz or something similar but the 16 bit chars will make porting more interesting.   I am hoping someone else already has a solution they can share.

Thanks