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.

RS-232 Transceiver wake up MCU

Status
Not open for further replies.

binaryninja

Member level 3
Joined
Nov 11, 2010
Messages
65
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
1,945
Hi, I am trying to find a scheme that will wake up the microcontroller when the serial transceiver receives a signal.

What pins could I use on a transceiver that will allow me to do this? I was thinking about using the charge pump V+ or V- somehow, since these are active when the transceiver starts transmitting.

Any ideas?

Thanks!
 

What about using signal from TX pin on tranceiver? You can connect TX to external interrupt pin on MCU. Falling edge on TX will generate an interrupt, which waked up MCU.
 
The sugestion from dcoder is usefull.
However depending on wich microcontroller you´re using it may have built-in that funcionality enabled by any Special Function Register.

+++
 

hi

there are many possible ways to do the same
before that, which MCU you are using?

ml
 

just use the uart interrupt in the mcu
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top