2015-11-03 11:44 AM
I am fully aware of the SM32F407's low-power capabilities. What I was wondering is what are the EVAL kit's low-power capabilities? It seems no matter which mode the MCU is in, I'm forced into drawing ~40mA. It's be nice if I could shut down, jump, (de)solder, something on the Eval kit to get the draw down to ~1mA in standby. Yes, I know that pwr_led is pretty much hardwired direct to 3V, so no matter what I'll be drawing 3mA unless there's something I'm missing.
Anyone have any tricks? #powerconsumption #discovery2015-11-04 01:38 AM
Hi eclipsePhage,
I suggest you to start from the PWR_CurrentConsumption example under STM32cubeF4 package: STM32Cube_FW_F4_V1.9.0\Projects\STM32F4Discovery\Examples\PWR\PWR_CurrentConsumptionThe example shows how to configure the STM32F4xx system to measure different Low Power modes current consumption.All steps that user should follow to measure the IDD current are detailed in the readme file attached to the project folder.-Syrine –2015-11-04 10:38 AM
Yes, IDD is fine. I've used those examples in the past, however, that does not lower the actual power to the dev. board, only the MCU. The only way around that, currently, is simply powering VDD directly and removing JP1. Even then, in STDBY, I'm still pulling 1.5mA.
It'd be ideal if I could power from the 5V rail, shut everything down that I need to, and get below 1mA.