cancel
Showing results for 
Search instead for 
Did you mean: 

Request for Reducing STLink Probe Refresh Time on STM32CubeMonitor

stefprod
Associate

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,

1 ACCEPTED SOLUTION

Accepted Solutions
stephane.legargeant
ST Employee

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.

 

View solution in original post

2 REPLIES 2
stephane.legargeant
ST Employee

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.

 

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