WinAvr 编程所需的帮助
我正在尝试运行 win avr 的源代码。 制作 makefile 后,当我尝试使用 avrdude 发送它时,它给了我错误。
请任何人都可以帮助我
i am trying to run a source code of win avr . after making the makefile when i try to send it using avrdude it is giving me error.
Please any one can help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 avrdude 主页了解更多信息 http://savannah.nongnu.org/projects/avrdude/
检查您在调用 avrdude 时是否设置了正确的部件号、端口和程序员,例如:
如果您使用 MFile 生成 Makefile,那么应该为您设置这些。 的值。
使用编辑器打开生成的 Makefile 并检查确保它们对应于您的微控制器和编程器
See the avrdude homepage for more information http://savannah.nongnu.org/projects/avrdude/
Check that you are setting the correct part no, port and programmer when calling avrdude, eg:
If you're using MFile to generate the Makefile, then these should be set for you. Open the generated Makefile using your editor and check the values of
Make sure they correspond to your microcontroller and programmer.
由于缺乏有关实际错误的更好信息,以下列出了对微控制器进行编程时需要检查的事项:
In the absence of better information on the actual error, here's a list of things to check when programming microcontrollers: