完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我正在编程PIC16F54,我可以编程它,但没有发生任何人可以请帮助我。这里的代码是打开一个在RB0上的LED。包括:& STSO。H & Gt;包含和lt;STDLIB。h & gt;γ包括“Test.h”空主(空){TrISB= 0BMUN;而(1){Purb= 0B100000;}
以上来自于百度翻译 以下为原文 i am programming a pic16f54 and i was able to program it, but nothing happens can someone please help me. here is the code it is just to turn on an led on RB0. #include #include #include "test.h" void main(void) { TRISB = 0b000000; while (1){ PORTB = 0b100000; } } |
|
相关推荐
6个回答
|
|
真的,那张旧照片吗?不管怎样,对于RB0,你可能需要BoTB=0B00 000;(我通常建议切换……)
以上来自于百度翻译 以下为原文 Really, that old PIC? Anyway, for RB0 you possibly need PORTB = 0b000001; (I usually suggest toggling...) |
|
|
|
您的配置设置在哪里?用什么编程?我假设芯片需要一个振荡器。它有一个吗?
以上来自于百度翻译 以下为原文 Where are your configuration settings? Programmed with what? I assume that chip needs an oscillator. does it have one? |
|
|
|
我使用MPLAB IPE和PICIT 3编程,它有一个振荡器,这里是配置设置。击穿)
以上来自于百度翻译 以下为原文 i program using mplab ipe and pickit 3, it does have an oscillator and here are the configuration settings. #pragma config OSC = RC // Oscillator selection bits (RC oscillator) #pragma config WDT = OFF // Watchdog timer enable bit (WDT disabled) #pragma config CP = OFF // Code protection bit (Code protection off) |
|
|
|
你有一个连接到PIC的RC振荡器吗?
以上来自于百度翻译 以下为原文 And you have an RC oscillator connected to the PIC? |
|
|
|
这个振荡器选择需要一些外部元件连接(电阻器和电容器)。你们有吗?你必须使用那张古老的照片吗?较新的更便宜,更快,并将与内部振荡器。
以上来自于百度翻译 以下为原文 This oscillator selection requires some external components to be connected (A resistor and a capacitor). Do you have them? Do you have to use that ancient PIC? Newer ones are cheaper, faster, and will come with internal oscillators. |
|
|
|
我不确定在配置位中选择哪一个振荡器设置。我知道我有一个16MHz的晶体振荡器和两个电容器,看起来像这样。有人告诉我什么振荡器设置我应该选择RC,HS,XT或LP振荡器。
以上来自于百度翻译 以下为原文 i am not sure which oscillator setting i select in configuration bits. i know i have a 16MHz crystal oscillator and two capacitors and looks like this. can some one tell me what oscillator setting i should select RC, HS, XT or LP oscillator. |
|
|
|
只有小组成员才能发言,加入小组>>
5140 浏览 9 评论
1988 浏览 8 评论
1917 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3159 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2215 浏览 5 评论
708浏览 1评论
598浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
480浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
609浏览 0评论
506浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-8 22:33 , Processed in 1.188439 second(s), Total 89, Slave 72 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号