CMX ColdFire USB-Lite 堆栈的文档
这是我的第一个嵌入式项目,所以请容忍我的无知。我被要求使用 CMX 的 ColdFire USB-Lite 堆栈通过 USB 实现远程 NDIS。我已经搜索了很长时间,但找不到该堆栈的任何明确文档。
它附带了一些记录得很糟糕的示例代码,我在网上找到的唯一有用的资源是这个 应用说明 (PDF),作者:Eric Gregori。
我真正想要的是 API 中所有函数的解释。我可以弄清楚如何使用它们。这存在吗?有人可以指点我吗?
编辑:没关系。
在跟踪了 14 个半文档化源文件(来自示例程序)的执行情况并仔细检查了一堆未文档化的变量和缓冲区,并对不同项目中的相应文件进行了比较之后,我想我终于明白了。所以我想 stackoverflow.com 教会了我耐心……或者其他什么。
This is my first embedded project, so bear with my ignorance. I've been asked to implement Remote NDIS over USB, using the ColdFire USB-Lite stack by CMX. I've been searching for a long time now, and can't find any clear documentation for this stack.
It comes with some woefully documented sample code and the only useful resource I've been able to find online is this Application Note (PDF) by Eric Gregori.
What I really want is an explanation of all the functions in the API. I can work out how to use them. Does this exist? Can someone point me to it?
EDIT: Nevermind.
After tracing the execution across 14 half-documented source files (from the example program) and scrutinizing a bunch of undocumented variables and buffers, and doing a diff between corresponding files in different projects, I think I finally get it. So I guess stackoverflow.com taught me patience... or something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您提到的链接对我不起作用,但文件的名称让我查看了 飞思卡尔页面,如果这不是您想要链接到的文档,那么它可能是您需要的文档。
The link you referred to doesn't work for me, but the name of the file made me look at the Freescale pages, and if that's not the document you intended to link to, it might be the documentation you need.