I need help, I suddenly get the message "ERROR IN PARAMETER PIC16F877" I don't know what to do, can someone help ???
Thank you
I need help, I suddenly get the message "ERROR IN PARAMETER PIC16F877" I don't know what to do, can someone help ???
Thank you
Thank you
I am using the Microcode studio for a sometime now and this is the first time I try to change the PIC from 16F84 to 16F877 and it seems PB doesn't recognize the PIC, I really need someone to give me ADVICE, this is urgent PLEASE
Thank you
If you can post your code (even if i don't think it's the main cause), we can try here and give you some hints.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I guess it is Irrelavant because even I am using examples without any addition it is the same thing. it seems to be a missing include or something.
But here is a simple one :
Pause 500 ' Wait for LCD to startup
loop:
Lcdout $fe, 1 ' Clear LCD screen
Lcdout "Hello" ' Display Hello
Pause 500 ' Wait .5 second
Lcdout $fe, 1 ' Clear LCD screen
Lcdout "World"
Pause 500 ' Wait .5 second
Goto loop ' Do it forever
mmm no problems here... well the only thing i can suggest is to remove your PBP installation and reinstall it again.
Sorry i can't say more than that![]()
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Thanks a mill but actually I did
same problem but in a different way: please view attachment
hrifai
Bookmarks