Project Description:
I need to port LZMA DATA compression algorithm into PIC32 microchip board (PIC32MX675F512L) using very less RAM.
I dont want to use file system instead of that i need to paas start address and END address of my MEmory chip .
like
Compress(start src addr,end src addr, dest start addr,dest end addr)
deCompress(start src addr,end src addr, dest start addr,dest end addr)
maximum data at any time is 150 KB max for compression
source code should be compiled in MPLAB and should be able to port into my board .and it should be bug free
http://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/
LZMA sdk can be found here