Wake Up Circuit for CORTEX using serial port

In summary, the conversation discusses designing a microcontroller for an autonomous chemical sensor package for marine systems. The group is attempting to design their own controller using a CORTEX LM4F 232H5QD, but they are having trouble with the wake-up circuit. They are currently considering using an MSP430 to monitor the RX line and trigger the WAKE pin, but are open to simpler design suggestions. A suggestion to use a Pull-Up resistor is given and is successful in solving the issue.
  • #1
yui
2
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: 601
Engineering news on Phys.org
  • #2
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: 533
Last edited by a moderator:
  • #3
Thank you!

That did it! Thank you for your help!

Yui
 

1. What is a Wake Up Circuit for CORTEX using serial port?

A Wake Up Circuit for CORTEX using serial port is a hardware component that allows a computer system to be turned on or woken up remotely using a serial port connection. This circuit is commonly used in embedded systems and allows for remote control and monitoring of the system.

2. How does a Wake Up Circuit for CORTEX using serial port work?

The circuit works by constantly monitoring the serial port for a specific signal, known as a wake-up signal. When this signal is received, the circuit triggers the power supply to turn on the computer system. This allows for remote wake-up capabilities without the need for physical interaction with the system.

3. What are the benefits of using a Wake Up Circuit for CORTEX using serial port?

One of the main benefits is the ability to remotely control and monitor the system, which can save time and resources. It also allows for power-saving features, as the system can be put into a low-power state until it receives a wake-up signal. Additionally, it can improve system security by limiting physical access to the system.

4. Can a Wake Up Circuit for CORTEX using serial port be integrated into any system?

In most cases, yes. The circuit is compatible with most embedded systems that have a serial port connection. However, it is important to check the specifications and compatibility requirements before integrating the circuit into a system.

5. What are some common use cases for a Wake Up Circuit for CORTEX using serial port?

This type of circuit is commonly used in industrial control systems, remote monitoring systems, and other embedded systems that require remote control and wake-up capabilities. It is also useful in server rooms, where systems can be remotely turned on for maintenance or updates.

Similar threads

  • Electrical Engineering
Replies
3
Views
2K
  • Electrical Engineering
Replies
26
Views
2K
  • Electrical Engineering
Replies
6
Views
1K
  • Electrical Engineering
Replies
19
Views
7K
  • Electrical Engineering
Replies
1
Views
2K
  • Electrical Engineering
Replies
2
Views
4K
Replies
2
Views
3K
  • Electrical Engineering
Replies
4
Views
2K
Replies
6
Views
6K
  • Electrical Engineering
Replies
6
Views
9K
Back
Top