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.

Reg: The Priority to access UART

Status
Not open for further replies.

caniget

Newbie level 5
Joined
Dec 29, 2007
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,373
Dear Friends,
I am working with open RTOS for one of my Application. The controller i am using is LPC2478. I am developing an industrial automation application. I have to communicate two UART Port at a time. While doing so, i am facing a problem on priority. Can you please assist me on Accessing the 2 UART on a single time. Need a favourable reply from your side.

Thanks in Advance....
Reagrds,
Ragu
 

Dear i dont think u can do that.. being a single core microcontroller can perform only one job at a time..
it wont share machine cycle with another task...
how will u write code for doing dat???
at a time it can execute only one instruction
i.e.
SBUF0 = X; or SBUF1 = Y;
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top