我可以使用 Microchip 的 MPLAB 用 C 语言对 PIC 16f628a 进行编程吗?
如果是这样,有相关教程吗?我正在绞尽脑汁地尝试用他们的 IDE 做任何事情,我真的很想要一个直接的例子。
他们在这里有一个教程,但它是针对汇编程序的,而不是 C:
http://ww1。 microchip.com/downloads/en/DeviceDoc/51281d.pdf
此链接包含用 C 编写的示例,但没有使用 IDE 进行编译的说明:
http://burningsmell.org/pic16f628/
任何教程都会很棒
If so, is there a tutorial for doing this? I'm pulling my hair out trying to do anything with their IDE, I'd really like a straight forward example.
They have a tutorial here but it's for assembler, not C:
http://ww1.microchip.com/downloads/en/DeviceDoc/51281d.pdf
This link has examples written in C, but has no instructions for compiling it with the IDE:
http://burningsmell.org/pic16f628/
Any tutorials would be fantastic
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MPLab 有一个 C 编译器,你有吗?如果这样做,那么您应该能够进入菜单并选择特定的 PIC 并针对该芯片进行编译
There is a C compiler for MPLab, do you have that? If you do, then you should just be able to go into the menu and select your specific PIC and compile for that chip