Resolved! Text file compression for SDCard in stm32f072 discovery board
I am using stm32f072 discovery board and using SDCard. I want to compress text data in SDCard. I gone through internet and found some libraries like uzlib and miniz...but can you suggest me what is the best way to compress data? is this possible to m...