Hello,
I've just completed my first mbed project for work; it's a WAV file player based on external triggers, basically simulating a car starting, running, and stopping when connected to an external ignition switch.
My design uses a few relays and plays WAV files via the AnalogOut pin capacitavely coupled to an audio amplifier IC.
The problem I have is when the power is first applied (I'm using an ATX PC power supply to drive the mbed with +5V) the audio output doesn't work. Only after manually pressing the RESET button on the mbed does the program work as intended. After the initial power-up and manual reset, everything works flawlessly until power is cut and re-applied.
Is there any software work around to this issue? The mbed is "embedded" in a larger hardware, and the reset button isn't readily available.
Thanks in advance for any help!
Hello,
I've just completed my first mbed project for work; it's a WAV file player based on external triggers, basically simulating a car starting, running, and stopping when connected to an external ignition switch. My design uses a few relays and plays WAV files via the AnalogOut pin capacitavely coupled to an audio amplifier IC.
The problem I have is when the power is first applied (I'm using an ATX PC power supply to drive the mbed with +5V) the audio output doesn't work. Only after manually pressing the RESET button on the mbed does the program work as intended. After the initial power-up and manual reset, everything works flawlessly until power is cut and re-applied.
Is there any software work around to this issue? The mbed is "embedded" in a larger hardware, and the reset button isn't readily available.
Thanks in advance for any help!