Skip to main content
Explorer
April 18, 2022
Solved

Powering STM32MP157F-DK2 through CN2

  • April 18, 2022
  • 1 reply
  • 1339 views

I want to power 5V to the discovery kits through pins 2 and 4 on CN2 connector. Is that ok? Any recommended circuitry?

    This topic has been closed for replies.
    Best answer by PatrickF

    Hi @Otavio Borges​ ,

    no specific circuitry needed.

    Note that 5V pins on CN2 are not intended to be used to supply the DK2 board (they are there to supply extension board from the DK2), it is not guaranteed that the PCB traces are strong enough for 3A.

    For SW impact, see also https://community.st.com/s/question/0D53W00000ew8hkSAA/i-want-to-power-the-stm32mp157-card-by-the-5v-of-the-cn2-connector-to-integrate-the-card-on-a-motherboard-of-a-control-system-the-card-does-not-boot-if-power-is-supplied-from-cn2

    I remind that license agreement state that it is not allowed to re-sell or integrate development boards in commercial products.

    Note also that Development boards are not guaranteed to be available for long term and could be discontinued or modified without prior advertisement.

    Nevertheless, as we give the full design fileset of the boards under Open Platform License Agreement , you are still allowed to start from it to build your own product boards. Obviously, it is a must doing few changes on it and removing any ST related logo or trademark present on the PCB. See also www.st.com/opla

    Regards.

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    1 reply

    PatrickFAnswer
    Technical Moderator
    April 19, 2022

    Hi @Otavio Borges​ ,

    no specific circuitry needed.

    Note that 5V pins on CN2 are not intended to be used to supply the DK2 board (they are there to supply extension board from the DK2), it is not guaranteed that the PCB traces are strong enough for 3A.

    For SW impact, see also https://community.st.com/s/question/0D53W00000ew8hkSAA/i-want-to-power-the-stm32mp157-card-by-the-5v-of-the-cn2-connector-to-integrate-the-card-on-a-motherboard-of-a-control-system-the-card-does-not-boot-if-power-is-supplied-from-cn2

    I remind that license agreement state that it is not allowed to re-sell or integrate development boards in commercial products.

    Note also that Development boards are not guaranteed to be available for long term and could be discontinued or modified without prior advertisement.

    Nevertheless, as we give the full design fileset of the boards under Open Platform License Agreement , you are still allowed to start from it to build your own product boards. Obviously, it is a must doing few changes on it and removing any ST related logo or trademark present on the PCB. See also www.st.com/opla

    Regards.

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    Explorer
    April 22, 2022

    Thanks Patrick​