Skip to main content
Visitor II
May 8, 2023
Solved

STM32MP15x: NRST doesn't work after login prompt occurs

  • May 8, 2023
  • 4 replies
  • 1357 views

Hi,

We are working on STM32MP151, with custom linux, no PMIC.

We have a reset button connect to NRST line, it works fine in Uboot or during linux boots. But right after the login prompt occurs, the reset button is nolonger work. When we hit the button, system seems crashed, no response from command prompt. We have to disconnect power and reconnect again.

Does anyone have experience with it?

many thanks.

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

    Hi @Community member​ 

    If your solution does not use STPMIC1, there is a Limitation which could be the root cause of your issue.

    Please have a look to ES0438: 2.3.5 Incorrect reset of glitch-free kernel clock switch

    See also AN5031 which show the recommended HW if your power solution does not make a power cycle upon NRST activation.


    _legacyfs_online_stmicro_images_0693W00000bk63fQAA.pngRegards

    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'

    4 replies

    Dat TranAuthor
    Visitor II
    May 15, 2023

    is there any idea please?

    PatrickFAnswer
    Technical Moderator
    May 15, 2023

    Hi @Community member​ 

    If your solution does not use STPMIC1, there is a Limitation which could be the root cause of your issue.

    Please have a look to ES0438: 2.3.5 Incorrect reset of glitch-free kernel clock switch

    See also AN5031 which show the recommended HW if your power solution does not make a power cycle upon NRST activation.


    _legacyfs_online_stmicro_images_0693W00000bk63fQAA.pngRegards

    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'

    Dat TranAuthor
    Visitor II
    May 15, 2023

    Thank you so much, we will take a look at let you know.

    Dat TranAuthor
    Visitor II
    May 18, 2023

    Hi @PatrickF​ , we changed our module as your suggestion and the reset button works perfectly.

    Thank you so much for the information.