Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Please I'm new to microcontroller programming in assembly language

Status
Not open for further replies.

Jhamiu

Newbie level 5
Joined
Mar 10, 2017
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
58
Pls im new to Microcontroller programing in assembly language

I need to code to program pic16f84a to increament from 0 to a number(like 11), when it reaches the highest number, it go back again and the increament are display using two seven segment display
 

Re: Pls im new to Microcontroller programing in assembly language

What language? hardware circuit needed.
 

Re: Pls im new to Microcontroller programing in assembly language

What language? hardware circuit needed.
Hardware needed are microcontroller, push button, two 7 segment display using assembly language.
 

Re: Pls im new to Microcontroller programing in assembly language

Hardware: pic 16f84a, push button, two 7 segment display
language type: assembly language
 

Re: Pls im new to Microcontroller programing in assembly language

Hi,

Please try to give all informations at once, not piece by piece.
How are the pushbuttons connected, to which port pins?
How is the 7segment connected, multiplexed, direct, with driver IC?

Klaus
 

Re: Pls im new to Microcontroller programing in assembly language

Hardware: pic 16f84a, push button, two 7 segment display
language type: assembly language
It is multiplexed
No driver ic
1 push button connected to port Ra3
7segment pin are connected to port Rbo to Rb6

- - - Updated - - -

Only 1 Push button is used and is connected to RA3 port
The pins of of 7segment display is connected to port RB0 to RB6 and they are multiplexed without ic.
Pls you can also use ur own connection the main thing is that pic16f84a, 1 push button, and two seven segment display multiplexed is used.
 

Re: Pls im new to Microcontroller programing in assembly language

Hi

Sorry...but now I have to assume that you just look for someone to do your job.
Not only program anymore...now additionally schematic.
And device selection...calculate device values..

Please show us what you have done so far.

Klaus
 

Re: Pls im new to Microcontroller programing in assembly language

I can only give C code but I can also give compiler generated asm code. Is it ok ?
 

Re: Pls im new to Microcontroller programing in assembly language

I can only give C code but I can also give compiler generated asm code. Is it ok ?
Ok, i will like that
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top