2020-03-22 08:27 AM
2020-03-22 10:27 AM
You're right. USB 2.0 5V means max. 500 mA. I don't have that board handy, but a similar one: nucleo-F446re.
It registers itself in USB with MaxPower: 0x96 (300 mA). When I hook up a USB meter, I measure ~65mA when the board is idle or "blinky".
The overall current depends on the peripherals you are using (on-chip+off-chip).
hth
KnarfB
2020-03-22 08:37 AM
2020-03-22 09:25 AM
Thank you ,
Please read carefully. I didn't see anywhere input current specifications.
Board power supply: through USB bus or from an external 5 V supply voltage
External application power supply: 3 V and 5 V
Power supply and power selection
The power supply is provided either by the host PC through the USB cable, or by an external 5V power supply.
The D1 and D2 diodes protect the 5V and 3V pins from external power supplies:
• 5V and 3V can be used as output power supplies when another application board is connected to pins P1 and P2. In this case, the 5V and 3V pins deliver a 5V or 3V power supply and power consumption must be lower than 100 mA.
• 5V can also be used as input power supplies e.g. when the USB connector is not connected to the PC. In this case, the STM32F4DISCOVERY board must be powered by a power supply unit or by auxiliary equipment complying with standard EN-60950-1: 2006+A11/2009, and must be Safety Extra Low Voltage (SELV) with limited power capability.
So I didn't see anywhere current recommend or electrical charecteristic. Could I recalculate the schematic?
2020-03-22 10:27 AM
You're right. USB 2.0 5V means max. 500 mA. I don't have that board handy, but a similar one: nucleo-F446re.
It registers itself in USB with MaxPower: 0x96 (300 mA). When I hook up a USB meter, I measure ~65mA when the board is idle or "blinky".
The overall current depends on the peripherals you are using (on-chip+off-chip).
hth
KnarfB
2020-03-22 09:02 PM
Current consumption is listed in the datasheet: https://www.st.com/resource/en/datasheet/dm00037051.pdf
Keep in mind this doesn't take into account current draw from other components on the board.
2020-03-23 12:02 AM
Thank you so much :)
If usb 2.0's current enough this card I will calculate the this card need 500ma if extra situation happened.
2020-03-23 12:07 AM
You're right so I'm confused about component selection. Also I would like to use buck converter. Do you suggest LDO or switching buck converter ?
Thank you for information
2020-03-23 12:46 AM
> I would like to use STM32f407 discovery board for ECU design.
You are quite tight-lipped about your ECU application.
But many ECUs require either extended temperature range (to 125°C), or safety features for the controller, or both.
Check before you start developing.
2020-03-23 02:07 AM
You're right also any component don't have AEC qualified. But this design is demo for my thessis. If it is not stabil applcation I will design new control card instead of discovery board. Also I didn't get any component abroad for Covid 19. Thank you for warning .
2020-03-23 02:23 AM
For a thesis, temperature range is most probably of much concern.
But many applications require fail-safe operations, which imply specials efforts per software, or special controllers.
Doing controllers for heavy machinery, my company now changed to a dual-core Cortex R4 with safety coprocessor.
I would check the objectives of your thesis, perhaps you don't need that either.
For hardware, I'm not the right guy.