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: 662
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: 594
Last edited by a moderator:
Thank you!

That did it! Thank you for your help!

Yui
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Back
Top