Skip to main content
Explorer
October 11, 2024
Solved

Request for Reducing STLink Probe Refresh Time on STM32CubeMonitor

  • October 11, 2024
  • 1 reply
  • 1307 views

Hello,

I am using the latest version of STM32 Monitor with STLink V3 probes, and everything is working correctly.

My only issue is the refresh rate of the STLink probe status on STM32CubeMonitor, which is currently 20 seconds. We are performing frequent reprogramming of our boards for development, and we need to reduce this time to 5 seconds.

I tried the method suggested on the STMicroelectronics wiki, but I couldn't find the specified value in the folder \STM32CubeMonitor\resources\app\node_modules\@stm32\stm32cubemonitor-stlink-protocol\.

Could you please guide me on how to adjust this value?

Best regards,

    This topic has been closed for replies.
    Best answer by stephane.legargeant

    Hello

    You just have to change the "stlinkReconnectTime" in settings.js  (time in ms)

    https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_change_general_settings#stlinkReconnectTime

    Please let us know if it solves your point by accepting the answer if it is ok. Thank you.

     

    1 reply

    ST Employee
    October 11, 2024

    Hello

    You just have to change the "stlinkReconnectTime" in settings.js  (time in ms)

    https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_change_general_settings#stlinkReconnectTime

    Please let us know if it solves your point by accepting the answer if it is ok. Thank you.

     

    stefprodAuthor
    Explorer
    October 11, 2024

    I had seen this information, but I couldn’t find the file. I eventually managed to locate it in C:\Users\----\.STMicroelectronics\stm32cubemonitor\

     

    Thank you