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.

Need Help for RTX-51 and UART

Status
Not open for further replies.

BeTZ

Junior Member level 3
Joined
Mar 16, 2007
Messages
29
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,283
Activity points
1,461
hi,

I've a project using RTX-51 operating system. And I need to use UART, my problem is i can't use UART isr in RTX-51 OS. It seems that something wrong with my code...,
and I'm using Proteus Simulator for help me.
 

You need to set...

REN = 1; //for enable serial receive
ES = 1; // for enable serial port interrupt and
EA = 1; //for global interrupt enable



May be you forgot it, try to put it on your UARTInit ()



Firmware
 

do I need to set the interrupt enable while I'm using RTX-51 OS ??
 

god..you should read the example of keil first..there is a uart example use rtx51 in it.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top