Pic 微控制器程序员指南
我正在寻找 PIC16F1947 micro 的程序员指南,但到目前为止找不到这样的手册。可以在线使用吗?如果是,我在哪里可以找到它?
我搜索了 microchip.com 和 Google 但没有看到这样的手册。
我所说的程序员指南是指我们程序员的手册。该手册应包含如何为 PIC 微控制器编写程序(例如,如何编写中断、__config 的作用、要包含哪些文件等)。
谢谢。
编辑
我将使用 MPLAB IDE 8.46、ICD 3 和 HI-TECH C 编译器 9.81。
I'm looking for programmer's guide for PIC16F1947 micro but so far couldn't find such manual. Is it available online? If yes, where can I find it?
I've searched microchip.com and Google but didn't see such manual.
By programmer's guide I mean a manual for us, the programmers. The manual should contain how to write programs for PIC micros (e.g., how to write interrupts, what does __config do, which files to include etc).
Thanks.
EDIT
I'll use MPLAB IDE 8.46, ICD 3 and HI-TECH C Compiler 9.81.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
本手册可能会作为一个起点。它讨论了诸如中断之类的事情以及通常如何执行各种简单任务:http ://www.cs.ucr.edu/~eblock/db/downloads/PICmanual2.pdf
您仍然需要数据表和/或编程指南来执行更复杂的任务。这些文档将提供驱动特定芯片功能所需的详细信息。以下是编程指南的链接:http://microchip.com/wwwproducts/Devices.aspx ?dDocName=en538146
This manual will probably work as a starting point. It talks about things like interrupts and generally how to perform various simple tasks: http://www.cs.ucr.edu/~eblock/db/downloads/PICmanual2.pdf
You will still need the datasheet and/or the programming guide to perform more complex tasks. Those documents will provide the necessary details to drive functionality on your specific chip. Here's a link to the programming guide: http://microchip.com/wwwproducts/Devices.aspx?dDocName=en538146
我在此处找到了 PIC16F1947 的数据表;不确定它是否正确:
http://www.alldatasheet.com/view.jsp ?Searchword=PIC16F1947
(传递这个网站,尽管它不是制造商的网站,但它是查找数据表的一个非常好的资源;我不隶属。)
ETA:嗯,嗯,它曾经是一个很好的网站,但现在似乎不太好......把它留在这里以防它仍然有用。
I found a data sheet for the PIC16F1947 catalogued here; not sure if it's the right one:
http://www.alldatasheet.com/view.jsp?Searchword=PIC16F1947
(Passing this site on, as even though it's not the manufacturer's site, it's a really good resource for finding data sheets; I'm not affiliated.)
ETA: Hmm, well, it used to be a good site, but it seems less so, now.. Leaving this here in case it is still useful.