Maker Pro
Maker Pro

Pic Programming

Status
Not open for further replies.

Kath

Oct 3, 2015
3
Joined
Oct 3, 2015
Messages
3
Can you help me create a program on a PIC16F877A microcontroller using C language with this kind of problem?

Design a control system that will display a counter up to 9.
When add button is pressed, it will add 1 and will display to its seven segment display.
When start button is pressed, the sequence will be flash the led for 500ms depends on the number of count display.
When interrupt button is pressed, it will paused the program and when it pressed again, it will continue the program.

I really need your help..
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,700
Joined
Nov 17, 2011
Messages
13,700
What have you done so far to tackle the task?
What does your circuit look like (how are the buttons, the LED and the 7 segment display attached to the PIC)?

the sequence will be flash the led for 500ms depends on the number of count display.
Does that mean that the LED flashes count times with an on duration of 500ms?
 

davenn

Moderator
Sep 5, 2009
14,254
Joined
Sep 5, 2009
Messages
14,254
Aw, guys! Clearly this gal is in over her head and doesn't have a clue where to start.

yup agreed ... those of you that do know about pic programming, please give some good guidance

I think you should do your own homework

Nicholas, that was a pretty harsh comment

we all have to learn these things sometime and a little helping nudges in the right direction can do wonders


cheers
Dave
 
Status
Not open for further replies.
Top