*.zip file decompression - STM32F7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-17 4:44 AM
Hi all, I just want to decompress a .zip/.7z file store on external flash. Could some one tell me some sort of library work with STM MCUs meet my requirement?
Thanks in advance.
Solved! Go to Solution.
Labels:
- Labels:
-
STM32F7 Series
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-17 5:18 AM
Something that does everything might be quite large.
For Deflate algorithm there is inflate.c
Might want to look at ZLIB or gzip.​
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-17 5:18 AM
Something that does everything might be quite large.
For Deflate algorithm there is inflate.c
Might want to look at ZLIB or gzip.​
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
