2024-10-11 12:33 AM
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,
Solved! Go to Solution.
2024-10-11 01:21 AM
Hello
You just have to change the "stlinkReconnectTime" in settings.js (time in ms)
Please let us know if it solves your point by accepting the answer if it is ok. Thank you.
2024-10-11 01:21 AM
Hello
You just have to change the "stlinkReconnectTime" in settings.js (time in ms)
Please let us know if it solves your point by accepting the answer if it is ok. Thank you.
2024-10-11 01:57 AM
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