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