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.

MS51FB9AE Pin Read

Status
Not open for further replies.

1230

Member level 3
Joined
Jun 18, 2002
Messages
62
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
355
Pls guide whats the syntax for pin reading in ms51fb9ae in Keil.

and also share some basic example for this controller except BSP example.
 

Hi,

It's a 8051 style microcontroller. Maybe one of the most used architectures. (Although I call it outdated and thus don't use it)
Reading a pin is a most basic task.

You really need to learn how to do internet search on your own (besides reading the datasheet).
A simple internet search "8051 read pin example" gives more than 1.5 million hits.
The first one links to keil.com: https://www.keil.com/download/docs/84.asp

I wonder how you can not find suitable information.

Maybe I misunderstood your question?

Klaus
 

    1230

    Points: 2
    Helpful Answer Positive Rating
Hi klaus,

thanks for rpl.

you didnt misunderstood the question. i was not getting "syntax" in keil compiler.
but got it. its simple
while(P05==1);
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top