Wake Up Circuit for CORTEX using serial port

  • Thread starter Thread starter yui
  • Start date Start date
  • Tags Tags
    Circuit Serial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
yui
Messages
2
Reaction score
0
Hi all,
I am making my first attempt at designing a microcontroller for an autonomous chemical sensor package for marine systems. Previously, we used a commercially available microcontroller made by a company called Persistor (http://www.persistor.com/pii/products/cf2.html), but now we are trying to design our own controller using a CORTEX LM4F 232H5QD (http://www.ti.com/product/lm4f232h5qd).

We are having trouble designing a wake-up circuit for this controller, and would really appreciate some help. We would like to bring the CORTEX out of hibernation when any character is sent through the serial port. The CORTEX has to be in the low-power hibernation mode, where interrupts are not available on the IO pins. There is a "WAKE" pin on the chip that brings the chip out of hibernation when it is pulled low. My first attempt was to put a circuit like the one attached, but it did not work.

Right now, we are leaning towards adding a MSP430, and using it to monitor the RX line, and then when it sees a character, then it triggers the WAKE pin using an IO pin. This is how the CF2 does it, and we are confident that it would work, but it just seems like a very complicated way to solve this problem. Does anybody have an idea for a simpler design for this wake circuit?

thank you!

Yui
 

Attachments

  • wake circuit.PNG
    wake circuit.PNG
    3.3 KB · Views: 703
Engineering news on Phys.org
You need a Pull-Up resistor. Image from "www.ti.com/lit/ds/spms319g/spms319g.pdf"



attachment.php?attachmentid=57381&stc=1&d=1364888413.jpg
 

Attachments

  • pullup_drain.jpg
    pullup_drain.jpg
    7.7 KB · Views: 634
Last edited by a moderator:
Thank you!

That did it! Thank you for your help!

Yui