Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 11 months ago.
Problem with External Power Supply in FRDM K64F
So I am using a FRDM K64F and a LCD 16X2 to control some Optical Amplifiers. During the test phase I would power everything with an external power supply of 5V and 2A and used an USB on my controller to Debug and such. Everything was working fine and I finished the project so there was no need to keep on using the USB. So I removed the USB and to my surprise, the LCD doesn't work. The following happens:
- If I power everything without USB, the LCD just stays blank;
- If I power everythign with the USB connected it works fine;
- If I power with USB and remove the USB afterwards, it works fine;
- If I power without USB it doesnt work, but if I plug the USB afterwards it starts working.
I think it might be a problem with the external power supply, but 5V and 2A is more than enough for the application. I am powering the board using the Vin pin. All grounds are connected.
Anyone have an idea to why this happens? Thank you for your time.