jackobian
Member level 1
- Joined
- Sep 18, 2011
- Messages
- 37
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,542
I have pic16f877a, i use mikroc program for code implementation. and xeltek 5000e as a programmer. when i write value such as
and measure the value with oscilloscope it always below 0.5v. please help me
Code:
main()
{
trisb=0;//port b out out
while(1)
{
portb=0x00001111;
}
}
Last edited by a moderator: