Wake Up Circuit for CORTEX using serial port

  • Thread starter Thread starter yui
  • Start date Start date
  • Tags Tags
    Circuit Serial
AI Thread Summary
The discussion focuses on designing a wake-up circuit for a CORTEX LM4F 232H5QD microcontroller intended for an autonomous chemical sensor package. The goal is to wake the microcontroller from low-power hibernation mode upon receiving a character through the serial port, but initial attempts were unsuccessful. A suggested solution involves using an MSP430 to monitor the RX line and trigger the WAKE pin, although this approach is seen as overly complex. A key recommendation was to incorporate a pull-up resistor, which ultimately resolved the issue. The conversation highlights the challenges of low-power design in microcontroller applications.
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: 661
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: 587
Last edited by a moderator:
Thank you!

That did it! Thank you for your help!

Yui
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top