sdmmc-analyzer
sdmmc-analyzer copied to clipboard
SD/MMC Analyzer for Logic
Changes some print statements to allow building with python 3, and renames some of the directories in the build script to match the new SDK names. Solves #10
With this enhancement the protocol analyzer successfully decodes sd card replies and is aware of sd card application commands.
Hi! I'm a Product Manager at Saleae and we’ve made improvements to our analyzer build process. Specifically, we cleaned up the build system, and switched to cmake, so there aren't...
The https://www.saleae.com/community/ returns a 404 as of 20180808. Also, the SDK can't be found via the Community pages either.
The directory name for the SDK was changed to "AnalyzerSDK" at some point after 1.1.9. Please update README.md and build_analyzer.py's include_paths and link_paths. Thanks!
Order is important. The object files that reference on a given library have to be put before the '-llibrary'.
I have been trying to add CRC7 checking to this analyzer (along with exporting), and I have not been able to make the CRC7 implementation work. I had the analyzer...