2021-03-18 09:22 PM
I'm using Stm32f4 nucleo-f412z g for a test fixture kind of setup. After loading the firmware I want to keep the eval board in a box and power it externally with a power brick and usb. But when I do this, it doesn't work with the firmware I uploaded. It behaves weird, has anyone come across a similar issue or is there a solution for this??
2021-03-18 11:24 PM
Check your "power brick" output.
Some have rather high voltages without load.
And others collpase near the current limit.
2021-03-19 09:37 AM
Connected to a power supply, brought down input voltage to 3V, there's no difference. It draws around 60mA of current. @Ozone
2021-03-21 11:26 PM
Well, 60mA doesn't sound too much.
I once had a board with a LCD display that behaved strangely when powered by the integrated debug pod via USB.
Only with an external power supply it worked correctly.
I would still check the idle voltage of your power brick, and the temperature of all reachable chips at least with your fingers.
And try debugging.
Either an unreliable initialisation (clock/Flash settings). Or, if you loose the debugging connection at a consistent location, related to some peripheral.